summaryrefslogtreecommitdiffstats
path: root/org/perl8/test/tap/Consumer$.html
diff options
context:
space:
mode:
Diffstat (limited to 'org/perl8/test/tap/Consumer$.html')
-rw-r--r--org/perl8/test/tap/Consumer$.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/org/perl8/test/tap/Consumer$.html b/org/perl8/test/tap/Consumer$.html
index 5c7e36e..dee22a0 100644
--- a/org/perl8/test/tap/Consumer$.html
+++ b/org/perl8/test/tap/Consumer$.html
@@ -44,7 +44,7 @@
</span>
</h4>
- <div id="comment" class="fullcommenttop"><div class="toggleContainer block">
+ <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Contains a method to parse an individual line of TAP.</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>
@@ -95,10 +95,10 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a href="Consumer$$CommentLine.html"><span class="name">CommentLine</span></a><span class="params">(<span name="text">text: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="indent">indent: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a href="Consumer$$CommentLine.html"><span class="name">CommentLine</span></a><span class="result"> extends <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
-
+ <p class="comment cmt">A parsed TAP line containing a comment.</p>
</li><li name="org.perl8.test.tap.Consumer.Line" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="LineextendsObject"></a>
<a id="Line:Line"></a>
@@ -111,7 +111,7 @@
<a href="Consumer$$Line.html"><span class="name">Line</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
-
+ <p class="comment cmt">The representation of a parsed line of TAP.</p>
</li><li name="org.perl8.test.tap.Consumer.PlanLine" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="PlanLineextendsConsumer.LinewithProductwithSerializable"></a>
<a id="PlanLine:PlanLine"></a>
@@ -121,10 +121,10 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a href="Consumer$$PlanLine.html"><span class="name">PlanLine</span></a><span class="params">(<span name="plan">plan: <a href="../package$$Plan.html" class="extype" name="org.perl8.test.Plan">Plan</a></span>, <span name="indent">indent: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a href="Consumer$$PlanLine.html"><span class="name">PlanLine</span></a><span class="result"> extends <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
-
+ <p class="comment cmt">A parsed TAP line containing a test plan.</p>
</li><li name="org.perl8.test.tap.Consumer.ResultLine" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="ResultLineextendsConsumer.LinewithProductwithSerializable"></a>
<a id="ResultLine:ResultLine"></a>
@@ -134,10 +134,10 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a href="Consumer$$ResultLine.html"><span class="name">ResultLine</span></a><span class="params">(<span name="result">result: <a href="TestResult.html" class="extype" name="org.perl8.test.tap.TestResult">TestResult</a></span>, <span name="indent">indent: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a href="Consumer$$ResultLine.html"><span class="name">ResultLine</span></a><span class="result"> extends <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
-
+ <p class="comment cmt">A parsed TAP line containing a test result.</p>
</li></ol>
</div>
@@ -359,7 +359,7 @@
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
- </li><li name="org.perl8.test.tap.Consumer#parseLine" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
+ </li><li name="org.perl8.test.tap.Consumer#parseLine" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="parseLine(line:String):org.perl8.test.tap.Consumer.Line"></a>
<a id="parseLine(String):Line"></a>
<h4 class="signature">
@@ -371,7 +371,10 @@
<span class="name">parseLine</span><span class="params">(<span name="line">line: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a></span>
</span>
</h4>
-
+ <p class="shortcomment cmt">Parses a line of TAP.</p><div class="fullcomment"><div class="comment cmt"><p>Parses a line of TAP.
+</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>A <a href="Consumer$$Line.html" class="extype" name="org.perl8.test.tap.Consumer.Line">Line</a> object corresponding
+ to the parsed line.
+</p></dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>