class: Tools::TestRunnerMini
authorClaus Gittinger <cg@exept.de>
Fri, 20 Feb 2015 11:22:39 +0100
changeset 15330 03738236411a
parent 15329 91166f551264
child 15331 1470fa754b07
class: Tools::TestRunnerMini changed: #flyByHelpSpec
Tools__TestRunnerMini.st
--- a/Tools__TestRunnerMini.st	Fri Feb 20 11:20:07 2015 +0100
+++ b/Tools__TestRunnerMini.st	Fri Feb 20 11:22:39 2015 +0100
@@ -102,13 +102,13 @@
 'Run the selected test(s) with debugging enabled.\A debugger is opened on error or assertion failure'
 
 #runAll
-'Run all tests.\No debugger is opened on error or assertion failure, but the test remembered as failing'
+'Run all tests.\No debugger is opened on error or assertion failure, but the test outcomes are remembered'
 
 #runFailed
-'Only rerun failed tests'
+'Only rerun failed tests.\No debugger is opened on error or assertion failure, but the tests outcomes are remembered'     
 
 #runSelected
-'Run the selected test(s)'
+'Run the selected test(s).\No debugger is opened on error or assertion failure, but the tests outcomes are remembered'     
 
 #stopRun
 'Stop the test-run'
@@ -1263,14 +1263,14 @@
 !TestRunnerMini class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.10 2015-02-20 10:20:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.11 2015-02-20 10:22:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.10 2015-02-20 10:20:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.11 2015-02-20 10:22:39 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__TestRunnerMini.st,v 1.10 2015-02-20 10:20:07 cg Exp $'
+    ^ '$Id: Tools__TestRunnerMini.st,v 1.11 2015-02-20 10:22:39 cg Exp $'
 ! !