summaryrefslogtreecommitdiffstats
path: root/com/iinteractive/test/Test.html
diff options
context:
space:
mode:
Diffstat (limited to 'com/iinteractive/test/Test.html')
-rw-r--r--com/iinteractive/test/Test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/com/iinteractive/test/Test.html b/com/iinteractive/test/Test.html
index 4a21978..56ff54d 100644
--- a/com/iinteractive/test/Test.html
+++ b/com/iinteractive/test/Test.html
@@ -362,7 +362,7 @@ Console.err, so you can swap these out as required in order to parse it.
results are being summarized rather than directly displayed.</p><div class="fullcomment"><div class="comment cmt"><p>Runs the test just like <a href="#run:Int" class="extmbr" name="com.iinteractive.test.Test#run">run</a>, but in a way that makes sense when test
results are being summarized rather than directly displayed.</p><p> Summarizing test reporters tend to repeatedly update the same line on
the terminal, so this method makes calls to
- <a href="tap/TestBuilder.html#diag(message:String):Unit" class="extmbr" name="com.iinteractive.test.tap.TestBuilder#diag">diag</a> (which sends
+ <a href="tap/TestBuilder.html#diag(message:Any):Unit" class="extmbr" name="com.iinteractive.test.tap.TestBuilder#diag">diag</a> (which sends
messages to stderr, where they are typically displayed as-is) prefix the
message with a newline, to ensure that the output starts on its own
line.