test_results.html in context-0.0.16 vs test_results.html in context-0.0.22
- old
+ new
@@ -14,13 +14,10 @@
padding: 0;
background: #fff;
font-size: 80%;
}
</style>
-</head>
-<body>
-<div class="rspec-report">
<script type="text/javascript">
// <![CDATA[
function moveProgressBar(percentDone) {
document.getElementById("rspec-header").style.width = percentDone +"%";
}
@@ -44,27 +41,28 @@
// ]]>
</script>
<style type="text/css">
#rspec-header {
- background: #65C400; color: #fff;
+ background: #65C400; color: #fff; height: 4em;
}
.rspec-report h1 {
margin: 0px 10px 0px 10px;
padding: 10px;
font-family: "Lucida Grande", Helvetica, sans-serif;
font-size: 1.8em;
+ position: absolute;
}
#summary {
margin: 0; padding: 5px 10px;
font-family: "Lucida Grande", Helvetica, sans-serif;
text-align: right;
- position: absolute;
top: 0px;
right: 0px;
+ float:right;
}
#summary p {
margin: 0 0 0 2px;
}
@@ -163,181 +161,146 @@
color: #000000;
background-color: #FFFBD3;
}
</style>
+</head>
+<body>
+<div class="rspec-report">
<div id="rspec-header">
- <h1>RSpec Results</h1>
+ <div id="label">
+ <h1>RSpec Code Examples</h1>
+ </div>
<div id="summary">
<p id="totals"> </p>
<p id="duration"> </p>
</div>
</div>
<div class="results">
<div class="example_group">
<dl>
- <dt id="example_group_1">Context::Context</dt>
- <script type="text/javascript">moveProgressBar('2.3');</script>
- <dd class="spec passed"><span class="passed_spec_name">should not have a parent set on creation</span></dd>
- <script type="text/javascript">moveProgressBar('4.7');</script>
- <dd class="spec passed"><span class="passed_spec_name">should set the parent on entry</span></dd>
- <script type="text/javascript">moveProgressBar('7.1');</script>
- <dd class="spec passed"><span class="passed_spec_name">should add new views to the main view</span></dd>
- <script type="text/javascript">moveProgressBar('9.5');</script>
- <dd class="spec passed"><span class="passed_spec_name">should remove views on exit</span></dd>
- <script type="text/javascript">moveProgressBar('11.9');</script>
- <dd class="spec passed"><span class="passed_spec_name">should be able to set key bindings</span></dd>
- <script type="text/javascript">moveProgressBar('14.2');</script>
- <dd class="spec passed"><span class="passed_spec_name">should create the views on entry</span></dd>
- <script type="text/javascript">moveProgressBar('16.6');</script>
- <dd class="spec passed"><span class="passed_spec_name">should destroy the views on exit</span></dd>
- <script type="text/javascript">moveProgressBar('19.0');</script>
- <dd class="spec passed"><span class="passed_spec_name">should keep track if the context has been entered or not</span></dd>
+ <dt id="example_group_1">Context::View</dt>
+ <script type="text/javascript">moveProgressBar('3.7');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should set the context on creation</span></dd>
+ <script type="text/javascript">moveProgressBar('7.4');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should use the widgets to add a view</span></dd>
+ <script type="text/javascript">moveProgressBar('11.1');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should use the widgets to remove a view</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_2">Context::EnumeratedType</dt>
- <script type="text/javascript">moveProgressBar('21.4');</script>
- <dd class="spec passed"><span class="passed_spec_name">should start at 0 by default</span></dd>
- <script type="text/javascript">moveProgressBar('23.8');</script>
- <dd class="spec passed"><span class="passed_spec_name">should increment by one for each value</span></dd>
- <script type="text/javascript">moveProgressBar('26.1');</script>
- <dd class="spec passed"><span class="passed_spec_name">should start at the number specified</span></dd>
- <script type="text/javascript">moveProgressBar('28.5');</script>
- <dd class="spec passed"><span class="passed_spec_name">should only respond to the names of the defined symbols</span></dd>
+ <dt id="example_group_2">Context::PageView</dt>
+ <script type="text/javascript">moveProgressBar('14.8');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should close the context when the view is closed</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_3">Context::Gtk::App</dt>
- <script type="text/javascript">moveProgressBar('30.9');</script>
- <dd class="spec passed"><span class="passed_spec_name">should start the Gtk main loop when run</span></dd>
- <script type="text/javascript">moveProgressBar('33.3');</script>
- <dd class="spec passed"><span class="passed_spec_name">should quit the Gtk main loop when quit</span></dd>
+ <dt id="example_group_3">Context::Gtk::PageView</dt>
+ <script type="text/javascript">moveProgressBar('18.5');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should have a widget when initialized</span></dd>
+ <script type="text/javascript">moveProgressBar('22.2');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should add widgets from another view when added</span></dd>
+ <script type="text/javascript">moveProgressBar('25.9');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should remove widgets from another view when removed</span></dd>
+ <script type="text/javascript">moveProgressBar('29.6');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should react to destroy signals</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_4">Context::Gtk::Key</dt>
- <script type="text/javascript">moveProgressBar('35.7');</script>
- <dd class="spec passed"><span class="passed_spec_name">should have a factory method to convert from a GTK KeyPressEvent and back</span></dd>
- <script type="text/javascript">moveProgressBar('38.0');</script>
- <dd class="spec passed"><span class="passed_spec_name">should convert characters with no modifier and back</span></dd>
- <script type="text/javascript">moveProgressBar('40.4');</script>
- <dd class="spec passed"><span class="passed_spec_name">should create a null character if it doesn't know how to make it</span></dd>
+ <dt id="example_group_4">Context::Bridge</dt>
+ <script type="text/javascript">moveProgressBar('33.3');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should reference classes in the namespace provided</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_5">Context::Gtk::Widget</dt>
- <script type="text/javascript">moveProgressBar('42.8');</script>
- <dd class="spec passed"><span class="passed_spec_name">should add and show the widget when add is called.</span></dd>
- <script type="text/javascript">moveProgressBar('45.2');</script>
- <dd class="spec passed"><span class="passed_spec_name">should remove the widget, reshow the container and grab focus when removed is called.</span></dd>
- <script type="text/javascript">moveProgressBar('47.6');</script>
- <dd class="spec passed"><span class="passed_spec_name">should keep track of the main Window</span></dd>
+ <dt id="example_group_5">Context::Publisher</dt>
+ <script type="text/javascript">moveProgressBar('37.0');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should have a source</span></dd>
+ <script type="text/javascript">moveProgressBar('40.7');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should be able to subscribe to a publisher</span></dd>
+ <script type="text/javascript">moveProgressBar('44.4');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should be able to update streams that aren't subscribed to</span></dd>
+ <script type="text/javascript">moveProgressBar('48.1');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should be able to subscribe multiple targets to a publisher</span></dd>
+ <script type="text/javascript">moveProgressBar('51.8');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should be able to change the source</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_6">Context::Key</dt>
- <script type="text/javascript">moveProgressBar('50.0');</script>
- <dd class="spec passed"><span class="passed_spec_name">should have unique hash values</span></dd>
- <script type="text/javascript">moveProgressBar('52.3');</script>
- <dd class="spec passed"><span class="passed_spec_name">should produce the same hash for equivalent values</span></dd>
+ <dt id="example_group_6">Context::Context</dt>
+ <script type="text/javascript">moveProgressBar('55.5');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should not have a parent set on creation</span></dd>
+ <script type="text/javascript">moveProgressBar('59.2');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should set the parent on entry</span></dd>
+ <script type="text/javascript">moveProgressBar('62.9');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should add new views to the main view</span></dd>
+ <script type="text/javascript">moveProgressBar('66.6');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should remove views on exit</span></dd>
+ <script type="text/javascript">moveProgressBar('70.3');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should create the views on entry</span></dd>
+ <script type="text/javascript">moveProgressBar('74.0');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should destroy the views on exit</span></dd>
+ <script type="text/javascript">moveProgressBar('77.7');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should keep track if the context has been entered or not</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
<dt id="example_group_7">Kernel</dt>
- <script type="text/javascript">moveProgressBar('54.7');</script>
+ <script type="text/javascript">moveProgressBar('81.4');</script>
<dd class="spec passed"><span class="passed_spec_name">should have a unit test for require_all</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_8">Context::Widget</dt>
- <script type="text/javascript">moveProgressBar('57.1');</script>
- <dd class="spec passed"><span class="passed_spec_name">should do equivalence based on the delagate in the widget</span></dd>
+ <dt id="example_group_8">Context::Gtk::App</dt>
+ <script type="text/javascript">moveProgressBar('85.1');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should start the Gtk main loop when run</span></dd>
+ <script type="text/javascript">moveProgressBar('88.8');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should quit the Gtk main loop when quit</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_9">Context::View</dt>
- <script type="text/javascript">moveProgressBar('59.5');</script>
- <dd class="spec passed"><span class="passed_spec_name">should set the context on creation</span></dd>
- <script type="text/javascript">moveProgressBar('61.9');</script>
- <dd class="spec passed"><span class="passed_spec_name">should use the widgets to add a view</span></dd>
- <script type="text/javascript">moveProgressBar('64.2');</script>
- <dd class="spec passed"><span class="passed_spec_name">should use the widgets to remove a view</span></dd>
- <script type="text/javascript">moveProgressBar('66.6');</script>
- <dd class="spec passed"><span class="passed_spec_name">should pass key notifications on to the context</span></dd>
+ <dt id="example_group_9">Context::Gtk::Widget</dt>
+ <script type="text/javascript">moveProgressBar('92.5');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should add and show the widget when add is called.</span></dd>
+ <script type="text/javascript">moveProgressBar('96.2');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should remove the widget, reshow the container when removed is called.</span></dd>
+ <script type="text/javascript">moveProgressBar('100.0');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should keep track of the main Window</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_10">Context::KeyAssignment</dt>
- <script type="text/javascript">moveProgressBar('69.0');</script>
- <dd class="spec passed"><span class="passed_spec_name">should have a key and a proc</span></dd>
+ <dt id="example_group_10">Context::Gtk::App</dt>
+ <script type="text/javascript">moveProgressBar('103.7');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should start the Gtk main loop when run</span></dd>
+ <script type="text/javascript">moveProgressBar('107.4');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should quit the Gtk main loop when quit</span></dd>
</dl>
</div>
<div class="example_group">
<dl>
- <dt id="example_group_11">Context::KeyMap</dt>
- <script type="text/javascript">moveProgressBar('71.4');</script>
- <dd class="spec passed"><span class="passed_spec_name">should be able to contain a KeyAssignment</span></dd>
- <script type="text/javascript">moveProgressBar('73.8');</script>
- <dd class="spec passed"><span class="passed_spec_name">should be able to contain many KeyAssignments</span></dd>
- <script type="text/javascript">moveProgressBar('76.1');</script>
- <dd class="spec passed"><span class="passed_spec_name">should be able to press a key</span></dd>
- <script type="text/javascript">moveProgressBar('78.5');</script>
- <dd class="spec passed"><span class="passed_spec_name">should return false if a non-handled key is pressed</span></dd>
+ <dt id="example_group_11">Context::Gtk::Widget</dt>
+ <script type="text/javascript">moveProgressBar('111.1');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should add and show the widget when add is called.</span></dd>
+ <script type="text/javascript">moveProgressBar('114.8');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should remove the widget, reshow the container when removed is called.</span></dd>
+ <script type="text/javascript">moveProgressBar('118.5');</script>
+ <dd class="spec passed"><span class="passed_spec_name">should keep track of the main Window</span></dd>
</dl>
</div>
-<div class="example_group">
- <dl>
- <dt id="example_group_12">Context::Gtk::PageView</dt>
- <script type="text/javascript">moveProgressBar('80.9');</script>
- <dd class="spec passed"><span class="passed_spec_name">should have a widget when initialized</span></dd>
- <script type="text/javascript">moveProgressBar('83.3');</script>
- <dd class="spec passed"><span class="passed_spec_name">should show the widgets when opened</span></dd>
- <script type="text/javascript">moveProgressBar('85.7');</script>
- <dd class="spec passed"><span class="passed_spec_name">should add widgets from another view when added</span></dd>
- <script type="text/javascript">moveProgressBar('88.0');</script>
- <dd class="spec passed"><span class="passed_spec_name">should remove widgets from another view when removed</span></dd>
- <script type="text/javascript">moveProgressBar('90.4');</script>
- <dd class="spec passed"><span class="passed_spec_name">should react to destroy signals</span></dd>
- </dl>
-</div>
-<div class="example_group">
- <dl>
- <dt id="example_group_13">Context::PageView</dt>
- <script type="text/javascript">moveProgressBar('92.8');</script>
- <dd class="spec passed"><span class="passed_spec_name">should close the context when the view is closed</span></dd>
- </dl>
-</div>
-<div class="example_group">
- <dl>
- <dt id="example_group_14">Context::ExecutionProxy</dt>
- <script type="text/javascript">moveProgressBar('95.2');</script>
- <dd class="spec passed"><span class="passed_spec_name">should execute methods</span></dd>
- <script type="text/javascript">moveProgressBar('97.6');</script>
- <dd class="spec passed"><span class="passed_spec_name">should execute code blocks</span></dd>
- </dl>
-</div>
-<div class="example_group">
- <dl>
- <dt id="example_group_15">Context::Bridge</dt>
- <script type="text/javascript">moveProgressBar('100.0');</script>
- <dd class="spec passed"><span class="passed_spec_name">should reference classes in the namespace provided</span></dd>
- </dl>
-</div>
-<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.086622 seconds</strong>";</script>
-<script type="text/javascript">document.getElementById('totals').innerHTML = "42 examples, 0 failures";</script>
+<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>0.069648 seconds</strong>";</script>
+<script type="text/javascript">document.getElementById('totals').innerHTML = "32 examples, 0 failures";</script>
</div>
</div>
</body>
</html>