doc/jasmine/symbols/_global_.html in smparkes-jazrb-0.0.9 vs doc/jasmine/symbols/_global_.html in smparkes-jazrb-0.0.10
- old
+ new
@@ -193,14 +193,14 @@
<li><a href="../symbols/jasmine.html">jasmine</a></li>
<li><a href="../symbols/jasmine.Block.html">jasmine.Block</a></li>
+ <li><a href="../symbols/jasmine.Clock.html">jasmine.Clock</a></li>
+
<li><a href="../symbols/jasmine.Env.html">jasmine.Env</a></li>
- <li><a href="../symbols/jasmine.EnvjsReporter.html">jasmine.EnvjsReporter</a></li>
-
<li><a href="../symbols/jasmine.JsApiReporter.html">jasmine.JsApiReporter</a></li>
<li><a href="../symbols/jasmine.Matchers.html">jasmine.Matchers</a></li>
<li><a href="../symbols/jasmine.MultiReporter.html">jasmine.MultiReporter</a></li>
@@ -217,12 +217,10 @@
<li><a href="../symbols/jasmine.Suite.html">jasmine.Suite</a></li>
<li><a href="../symbols/jasmine.util.html">jasmine.util</a></li>
- <li><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></li>
-
</ul>
<hr />
<!-- end publish.classesIndex -->
</div>
@@ -272,19 +270,37 @@
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
+ <div class="fixedFont"><b><a href="../symbols/_global_.html#anticipate">anticipate</a></b>(number)
+ </div>
+ <div class="description"></div>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="attributes"> </td>
+ <td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/_global_.html#beforeEach">beforeEach</a></b>(beforeEachFunction)
</div>
<div class="description">A function that is called before each spec in a suite.</div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
+ <div class="fixedFont"><b><a href="../symbols/_global_.html#complete">complete</a></b>()
+ </div>
+ <div class="description"></div>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="attributes"> </td>
+ <td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/_global_.html#describe">describe</a></b>(description, specDefinitions)
</div>
<div class="description">Defines a suite of specifications.</div>
</td>
</tr>
@@ -299,10 +315,19 @@
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
+ <div class="fixedFont"><b><a href="../symbols/_global_.html#incomplete">incomplete</a></b>()
+ </div>
+ <div class="description"></div>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="attributes"> </td>
+ <td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/_global_.html#it">it</a></b>(desc, func)
</div>
<div class="description">Creates a Jasmine spec that will be added to the current suite.</div>
</td>
</tr>
@@ -317,11 +342,11 @@
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
- <div class="fixedFont"><b><a href="../symbols/_global_.html#spyOn">spyOn</a></b>(obj, methodName)
+ <div class="fixedFont"><b><a href="../symbols/_global_.html#spyOn">spyOn</a></b>(obj, methodName, ignore)
</div>
<div class="description">Function that installs a spy on an existing object's method name.</div>
</td>
</tr>
@@ -393,11 +418,11 @@
A function that is called after each spec in a suite.
Used for restoring any state that is hijacked during spec execution.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -421,10 +446,49 @@
<hr />
+ <a name="anticipate"> </a>
+ <div class="fixedFont">
+
+
+ <b>anticipate</b>(number)
+
+ </div>
+ <div class="description">
+
+
+ <br />
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
+
+
+ </div>
+
+
+
+
+ <dl class="detailList">
+ <dt class="heading">Parameters:</dt>
+
+ <dt>
+ <b>number</b>
+
+ </dt>
+ <dd></dd>
+
+ </dl>
+
+
+
+
+
+
+
+
+ <hr />
+
<a name="beforeEach"> </a>
<div class="fixedFont">
<b>beforeEach</b>(beforeEachFunction)
@@ -434,11 +498,11 @@
A function that is called before each spec in a suite.
Used for spec setup, including validating assumptions.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -462,10 +526,38 @@
<hr />
+ <a name="complete"> </a>
+ <div class="fixedFont">
+
+
+ <b>complete</b>()
+
+ </div>
+ <div class="description">
+
+
+ <br />
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
+
+
+ </div>
+
+
+
+
+
+
+
+
+
+
+
+ <hr />
+
<a name="describe"> </a>
<div class="fixedFont">
<b>describe</b>(description, specDefinitions)
@@ -477,11 +569,11 @@
Stores the description and all defined specs in the Jasmine environment as one suite of specs. Variables declared
are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be nested, allowing for specialization
of setup in some tests.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -531,11 +623,11 @@
It is passed an Object that is the actual value and should chain to one of the many
jasmine.Matchers functions.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -559,10 +651,38 @@
<hr />
+ <a name="incomplete"> </a>
+ <div class="fixedFont">
+
+
+ <b>incomplete</b>()
+
+ </div>
+ <div class="description">
+
+
+ <br />
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
+
+
+ </div>
+
+
+
+
+
+
+
+
+
+
+
+ <hr />
+
<a name="it"> </a>
<div class="fixedFont">
<b>it</b>(desc, func)
@@ -572,11 +692,11 @@
Creates a Jasmine spec that will be added to the current suite.
// TODO: pending tests
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -623,11 +743,11 @@
</div>
<div class="description">
Defines part of a jasmine spec. Used in cominbination with waits or waitsFor in asynchrnous specs.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -655,18 +775,18 @@
<a name="spyOn"> </a>
<div class="fixedFont">
- <b>spyOn</b>(obj, methodName)
+ <b>spyOn</b>(obj, methodName, ignore)
</div>
<div class="description">
Function that installs a spy on an existing object's method name. Used within a Spec to create a spy.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -693,10 +813,16 @@
<b>methodName</b>
</dt>
<dd></dd>
+ <dt>
+ <b>ignore</b>
+
+ </dt>
+ <dd></dd>
+
</dl>
@@ -711,11 +837,11 @@
<dl class="detailList">
<dt class="heading">See:</dt>
- <dd>jasmine.createSpy</dd>
+ <dd><a href="../symbols/jasmine.html#.createSpy">jasmine.createSpy</a></dd>
</dl>
<hr />
@@ -729,11 +855,11 @@
</div>
<div class="description">
Waits for a timeout before moving to the next runs()-defined block.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -768,11 +894,11 @@
</div>
<div class="description">
Waits for the latchFunction to return true before proceeding to the next runs()-defined block.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -819,11 +945,11 @@
</div>
<div class="description">
Disables a suite of specifications. Used to disable some suites in a file, or files, temporarily during development.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -866,11 +992,11 @@
Creates a <em>disabled</em> Jasmine spec.
A convenience method that allows existing specs to be disabled temporarily during development.
<br />
- <i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>.
+ <i>Defined in: </i> <a href="../symbols/src/src_base.js.html">base.js</a>.
</div>
@@ -912,9 +1038,9 @@
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
- Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Mon Nov 09 2009 17:14:14 GMT-0800 (PST)
+ Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Wed Nov 18 2009 19:59:27 GMT-0800 (PST)
</div>
</body>
</html>