summaryrefslogtreecommitdiffstats
path: root/org/perl8/test/harness/MultiTestReporter.html
diff options
context:
space:
mode:
Diffstat (limited to 'org/perl8/test/harness/MultiTestReporter.html')
-rw-r--r--org/perl8/test/harness/MultiTestReporter.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/org/perl8/test/harness/MultiTestReporter.html b/org/perl8/test/harness/MultiTestReporter.html
index 31fe20e..e2b35c4 100644
--- a/org/perl8/test/harness/MultiTestReporter.html
+++ b/org/perl8/test/harness/MultiTestReporter.html
@@ -44,7 +44,10 @@
</span>
</h4>
- <div id="comment" class="fullcommenttop"><div class="toggleContainer block">
+ <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Classes that implement <code>MultiTestReporter</code> are capable of running a group
+of test classes, given their names. This typically involves some sort of
+summarization.</p><p>See also: <a href="" class="extype" name="org.perl8.test.harness.MultiTestReporter">org.perl8.test.harness.MultiTestReporter</a>.
+</p></div><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div><div class="toggleContainer block">
@@ -91,7 +94,7 @@
<div id="values" class="values members">
<h3>Abstract Value Members</h3>
- <ol><li name="org.perl8.test.harness.MultiTestReporter#run" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
+ <ol><li name="org.perl8.test.harness.MultiTestReporter#run" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="run(testNames:Seq[String]):Int"></a>
<a id="run(Seq[String]):Int"></a>
<h4 class="signature">
@@ -103,7 +106,11 @@
<span class="name">run</span><span class="params">(<span name="testNames">testNames: <span class="extype" name="scala.Seq">Seq</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
-
+ <p class="shortcomment cmt">Runs the test classes identifed by the list of fully qualified class
+names <code>testNames</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Runs the test classes identifed by the list of fully qualified class
+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></div>
</li></ol>
</div>