Tools__TestRunnerMini.st
changeset 15330 03738236411a
parent 15329 91166f551264
child 15331 1470fa754b07
equal deleted inserted replaced
15329:91166f551264 15330:03738236411a
   100 
   100 
   101 #debugSelected
   101 #debugSelected
   102 'Run the selected test(s) with debugging enabled.\A debugger is opened on error or assertion failure'
   102 'Run the selected test(s) with debugging enabled.\A debugger is opened on error or assertion failure'
   103 
   103 
   104 #runAll
   104 #runAll
   105 'Run all tests.\No debugger is opened on error or assertion failure, but the test remembered as failing'
   105 'Run all tests.\No debugger is opened on error or assertion failure, but the test outcomes are remembered'
   106 
   106 
   107 #runFailed
   107 #runFailed
   108 'Only rerun failed tests'
   108 'Only rerun failed tests.\No debugger is opened on error or assertion failure, but the tests outcomes are remembered'     
   109 
   109 
   110 #runSelected
   110 #runSelected
   111 'Run the selected test(s)'
   111 'Run the selected test(s).\No debugger is opened on error or assertion failure, but the tests outcomes are remembered'     
   112 
   112 
   113 #stopRun
   113 #stopRun
   114 'Stop the test-run'
   114 'Stop the test-run'
   115 
   115 
   116 #pin
   116 #pin
  1261 ! !
  1261 ! !
  1262 
  1262 
  1263 !TestRunnerMini class methodsFor:'documentation'!
  1263 !TestRunnerMini class methodsFor:'documentation'!
  1264 
  1264 
  1265 version
  1265 version
  1266     ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.10 2015-02-20 10:20:07 cg Exp $'
  1266     ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.11 2015-02-20 10:22:39 cg Exp $'
  1267 !
  1267 !
  1268 
  1268 
  1269 version_CVS
  1269 version_CVS
  1270     ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.10 2015-02-20 10:20:07 cg Exp $'
  1270     ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.11 2015-02-20 10:22:39 cg Exp $'
  1271 !
  1271 !
  1272 
  1272 
  1273 version_SVN
  1273 version_SVN
  1274     ^ '$Id: Tools__TestRunnerMini.st,v 1.10 2015-02-20 10:20:07 cg Exp $'
  1274     ^ '$Id: Tools__TestRunnerMini.st,v 1.11 2015-02-20 10:22:39 cg Exp $'
  1275 ! !
  1275 ! !
  1276 
  1276