doc/jasmine/symbols/jasmine.Suite.html in smparkes-jazrb-0.0.9 vs doc/jasmine/symbols/jasmine.Suite.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> @@ -238,11 +236,11 @@ - <br /><i>Defined in: </i> <a href="../symbols/src/lib_jasmine-0.10.0.js.html">jasmine-0.10.0.js</a>. + <br /><i>Defined in: </i> <a href="../symbols/src/src_Suite.js.html">Suite.js</a>. </p> <!-- ============================== constructor summary ==================== --> @@ -271,10 +269,100 @@ <!-- ============================== properties summary ===================== --> <!-- ============================== methods summary ======================== --> + + + <table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class jasmine.Suite."> + <caption>Method Summary</caption> + <thead> + <tr> + <th scope="col">Method Attributes</th> + <th scope="col">Method Name and Description</th> + </tr> + </thead> + <tbody> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#add">add</a></b>(block) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#afterEach">afterEach</a></b>(afterEachFunction) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#beforeEach">beforeEach</a></b>(beforeEachFunction) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#execute">execute</a></b>(onComplete) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#finish">finish</a></b>(onComplete) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#getFullName">getFullName</a></b>() + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#results">results</a></b>() + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.Suite.html#specs">specs</a></b>() + </div> + <div class="description"></div> + </td> + </tr> + + </tbody> + </table> + + + + <!-- ============================== events summary ======================== --> <!-- ============================== constructor details ==================== --> @@ -338,20 +426,280 @@ <!-- ============================== field details ========================== --> <!-- ============================== method details ========================= --> + <div class="sectionTitle"> + Method Detail + </div> + + <a name="add"> </a> + <div class="fixedFont"> + + + <b>add</b>(block) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>block</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="afterEach"> </a> + <div class="fixedFont"> + + + <b>afterEach</b>(afterEachFunction) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>afterEachFunction</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="beforeEach"> </a> + <div class="fixedFont"> + + + <b>beforeEach</b>(beforeEachFunction) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>beforeEachFunction</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="execute"> </a> + <div class="fixedFont"> + + + <b>execute</b>(onComplete) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>onComplete</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="finish"> </a> + <div class="fixedFont"> + + + <b>finish</b>(onComplete) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>onComplete</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="getFullName"> </a> + <div class="fixedFont"> + + + <b>getFullName</b>() + + </div> + <div class="description"> + + + + </div> + + + + + + + + + + + + <hr /> + + <a name="results"> </a> + <div class="fixedFont"> + + + <b>results</b>() + + </div> + <div class="description"> + + + + </div> + + + + + + + + + + + + <hr /> + + <a name="specs"> </a> + <div class="fixedFont"> + + + <b>specs</b>() + + </div> + <div class="description"> + + + + </div> + + + + + + + + + + + + + + <!-- ============================== event details ========================= --> <hr /> </div> <!-- ============================== 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:15 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:28 GMT-0800 (PST) </div> </body> </html>