summaryrefslogtreecommitdiffstats
path: root/com/iinteractive/test/ExternalTest.html
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-18 18:22:58 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-18 18:22:58 -0500
commit0db3f4c6502d95e4487ad6c181302c81e3687355 (patch)
tree79b37be076a6b2964d7c08c6ce9f446e4e896be3 /com/iinteractive/test/ExternalTest.html
parent967a2f055258d4bb7f9ecec459518ae190db9b84 (diff)
downloadscala-test-more-0db3f4c6502d95e4487ad6c181302c81e3687355.tar.gz
scala-test-more-0db3f4c6502d95e4487ad6c181302c81e3687355.zip
update docsgh-pages
Diffstat (limited to 'com/iinteractive/test/ExternalTest.html')
-rw-r--r--com/iinteractive/test/ExternalTest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/com/iinteractive/test/ExternalTest.html b/com/iinteractive/test/ExternalTest.html
index 1187ab9..c1197c2 100644
--- a/com/iinteractive/test/ExternalTest.html
+++ b/com/iinteractive/test/ExternalTest.html
@@ -363,7 +363,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.ExternalTest#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.