doc/jasmine/symbols/jasmine.JsApiReporter.html in smparkes-jazrb-0.0.9 vs doc/jasmine/symbols/jasmine.JsApiReporter.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_JsApiReporter.js.html">JsApiReporter.js</a>. </p> <!-- ============================== constructor summary ==================== --> @@ -271,10 +269,127 @@ <!-- ============================== properties summary ===================== --> <!-- ============================== methods summary ======================== --> + + + <table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class jasmine.JsApiReporter."> + <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.JsApiReporter.html#log">log</a></b>(str) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#reportRunnerResults">reportRunnerResults</a></b>(runner) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#reportRunnerStarting">reportRunnerStarting</a></b>(runner) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#reportSpecResults">reportSpecResults</a></b>(spec) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#reportSuiteResults">reportSuiteResults</a></b>(suite) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.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.JsApiReporter.html#resultsForSpec">resultsForSpec</a></b>(specId) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#resultsForSpecs">resultsForSpecs</a></b>(specIds) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#suites">suites</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.JsApiReporter.html#summarize_">summarize_</a></b>(suiteOrSpec) + </div> + <div class="description"></div> + </td> + </tr> + + <tr> + <td class="attributes">&nbsp;</td> + <td class="nameDescription"> + <div class="fixedFont"><b><a href="../symbols/jasmine.JsApiReporter.html#summarizeResult_">summarizeResult_</a></b>(result) + </div> + <div class="description"></div> + </td> + </tr> + + </tbody> + </table> + + + + <!-- ============================== events summary ======================== --> <!-- ============================== constructor details ==================== --> @@ -309,20 +424,399 @@ <!-- ============================== field details ========================== --> <!-- ============================== method details ========================= --> + <div class="sectionTitle"> + Method Detail + </div> + + <a name="log"> </a> + <div class="fixedFont"> + + + <b>log</b>(str) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>str</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="reportRunnerResults"> </a> + <div class="fixedFont"> + + + <b>reportRunnerResults</b>(runner) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>runner</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="reportRunnerStarting"> </a> + <div class="fixedFont"> + + + <b>reportRunnerStarting</b>(runner) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>runner</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="reportSpecResults"> </a> + <div class="fixedFont"> + + + <b>reportSpecResults</b>(spec) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>spec</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="reportSuiteResults"> </a> + <div class="fixedFont"> + + + <b>reportSuiteResults</b>(suite) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>suite</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="results"> </a> + <div class="fixedFont"> + + + <b>results</b>() + + </div> + <div class="description"> + + + + </div> + + + + + + + + + + + + <hr /> + + <a name="resultsForSpec"> </a> + <div class="fixedFont"> + + + <b>resultsForSpec</b>(specId) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>specId</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="resultsForSpecs"> </a> + <div class="fixedFont"> + + + <b>resultsForSpecs</b>(specIds) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>specIds</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="suites"> </a> + <div class="fixedFont"> + + + <b>suites</b>() + + </div> + <div class="description"> + + + + </div> + + + + + + + + + + + + <hr /> + + <a name="summarize_"> </a> + <div class="fixedFont"> + + + <b>summarize_</b>(suiteOrSpec) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>suiteOrSpec</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + <hr /> + + <a name="summarizeResult_"> </a> + <div class="fixedFont"> + + + <b>summarizeResult_</b>(result) + + </div> + <div class="description"> + + + + </div> + + + + + <dl class="detailList"> + <dt class="heading">Parameters:</dt> + + <dt> + <b>result</b> + + </dt> + <dd></dd> + + </dl> + + + + + + + + + + + <!-- ============================== 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: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>