Moved currentlyRunningTests to Runner instead of spec

This commit is contained in:
Erik Hanson & Rajan Agaskar
2009-10-21 09:33:31 -07:00
parent e77162f308
commit b35a2acfc8
18 changed files with 2247 additions and 2396 deletions

View File

@@ -339,8 +339,7 @@ ul.inheritsList
<td class="nameDescription">
<div class="fixedFont">jasmine.<b><a href="../symbols/jasmine.html#.include">include</a></b>(url, opt_global)
</div>
<div class="description">Adds suite files to an HTML document so that they are executed, thus adding them to the current
Jasmine environment.</div>
<div class="description">Adds suite files to an HTML document so that they are executed, thus adding them to the current
Jasmine environment.</div>
</td>
</tr>
@@ -461,8 +460,7 @@ Jasmine environment.</div>
</div>
<pre class="code">// don't care about which function is passed in, as long as it's a function
expect(mySpy).wasCalledWith(jasmine.any(Function));</pre>
<pre class="code">// don't care about which function is passed in, as long as it's a function
expect(mySpy).wasCalledWith(jasmine.any(Function));</pre>
@@ -502,8 +500,7 @@ expect(mySpy).wasCalledWith(jasmine.any(Function));</pre>
<span class="light">jasmine.</span><b>createSpyObj</b>(baseName, methodNames)
Creates a more complicated spy: an Object that has every property a function that is a spy. Used for stubbing something
large in one call.
</div>
<div class="description">
Creates a more complicated spy: an Object that has every property a function that is a spy. Used for stubbing something
large in one call.
@@ -570,8 +567,7 @@ large in one call.
<span class="light">jasmine.</span><b>include</b>(url, opt_global)
Adds suite files to an HTML document so that they are executed, thus adding them to the current
Jasmine environment.
</div>
<div class="description">
Adds suite files to an HTML document so that they are executed, thus adding them to the current
@@ -728,7 +724,7 @@ Jasmine environment.
<hr />
</div>
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Wed Oct 21 2009 09:25:31 GMT-0700 (PDT)
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">