summaryrefslogtreecommitdiffstats
path: root/org/perl8/test/harness/Reporter.html
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-01 14:44:07 -0600
committerJesse Luehrs <doy@tozt.net>2013-03-01 14:44:07 -0600
commitd756dfb61fbd78df938e8070be570eaa5aa9d610 (patch)
treed7faf66257a2a84c1de49de2168d1e06c4fc971f /org/perl8/test/harness/Reporter.html
parentc26b0869a2b68d349eeb4baed11eaa2013b11f83 (diff)
downloadscala-test-more-d756dfb61fbd78df938e8070be570eaa5aa9d610.tar.gz
scala-test-more-d756dfb61fbd78df938e8070be570eaa5aa9d610.zip
doc updates
Diffstat (limited to 'org/perl8/test/harness/Reporter.html')
-rw-r--r--org/perl8/test/harness/Reporter.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/org/perl8/test/harness/Reporter.html b/org/perl8/test/harness/Reporter.html
index 3efc79a..dac6223 100644
--- a/org/perl8/test/harness/Reporter.html
+++ b/org/perl8/test/harness/Reporter.html
@@ -44,7 +44,9 @@
</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>Reporter</code> are capable of running a test class,
+given its name.</p><p>See also: <a href="MultiTestReporter.html" 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 +93,7 @@
<div id="values" class="values members">
<h3>Abstract Value Members</h3>
- <ol><li name="org.perl8.test.harness.Reporter#run" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
+ <ol><li name="org.perl8.test.harness.Reporter#run" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="run(testName:String):Int"></a>
<a id="run(String):Int"></a>
<h4 class="signature">
@@ -103,7 +105,11 @@
<span class="name">run</span><span class="params">(<span name="testName">testName: <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 class identifed by the fully qualified class name
+<code>testName</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Runs the test class identifed by the fully qualified class name
+<code>testName</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>