summaryrefslogtreecommitdiffstats
path: root/com/iinteractive/test/harness/SummaryReporter.html
diff options
context:
space:
mode:
Diffstat (limited to 'com/iinteractive/test/harness/SummaryReporter.html')
-rw-r--r--com/iinteractive/test/harness/SummaryReporter.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/com/iinteractive/test/harness/SummaryReporter.html b/com/iinteractive/test/harness/SummaryReporter.html
index 71aa8b3..cd38118 100644
--- a/com/iinteractive/test/harness/SummaryReporter.html
+++ b/com/iinteractive/test/harness/SummaryReporter.html
@@ -354,15 +354,15 @@ names <code>testNames</code>.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>The exit code for the harness to use. Will be 0 on success.
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="com.iinteractive.test.harness.SummaryReporter">SummaryReporter</a> → <a href="MultiTestReporter.html" class="extype" name="com.iinteractive.test.harness.MultiTestReporter">MultiTestReporter</a></dd></dl></div>
</li><li name="com.iinteractive.test.harness.SummarizedTests#runOneTest" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
- <a id="runOneTest(test:com.iinteractive.test.Test,cb:com.iinteractive.test.tap.TAPEvent=&gt;Unit):com.iinteractive.test.tap.TAPResult"></a>
- <a id="runOneTest(Test,(TAPEvent)⇒Unit):TAPResult"></a>
+ <a id="runOneTest(test:com.iinteractive.test.Test,cb:com.iinteractive.test.tap.TAPEvent=&gt;Unit,combine:Boolean):com.iinteractive.test.tap.TAPResult"></a>
+ <a id="runOneTest(Test,(TAPEvent)⇒Unit,Boolean):TAPResult"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
- <span class="name">runOneTest</span><span class="params">(<span name="test">test: <a href="../Test.html" class="extype" name="com.iinteractive.test.Test">Test</a></span>, <span name="cb">cb: (<a href="../tap/TAPEvent.html" class="extype" name="com.iinteractive.test.tap.TAPEvent">TAPEvent</a>) ⇒ <span class="extype" name="scala.Unit">Unit</span></span>)</span><span class="result">: <a href="../tap/TAPResult.html" class="extype" name="com.iinteractive.test.tap.TAPResult">TAPResult</a></span>
+ <span class="name">runOneTest</span><span class="params">(<span name="test">test: <a href="../Test.html" class="extype" name="com.iinteractive.test.Test">Test</a></span>, <span name="cb">cb: (<a href="../tap/TAPEvent.html" class="extype" name="com.iinteractive.test.tap.TAPEvent">TAPEvent</a>) ⇒ <span class="extype" name="scala.Unit">Unit</span></span>, <span name="combine">combine: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">false</span></span>)</span><span class="result">: <a href="../tap/TAPResult.html" class="extype" name="com.iinteractive.test.tap.TAPResult">TAPResult</a></span>
</span>
</h4>
<p class="shortcomment cmt">Runs a single <a href="../Test.html" class="extype" name="com.iinteractive.test.Test">test</a> instance, calling <code>cb</code>