TestRunner.st
changeset 182 6a3efe4da033
parent 178 31e594125d95
child 206 19f999435a5c
equal deleted inserted replaced
181:defd10047d9b 182:6a3efe4da033
   237     "/ the test should be executed by the TestRunner process (not the caller)
   237     "/ the test should be executed by the TestRunner process (not the caller)
   238     "/ in oder for CTRL-C and busyCursor to work correctly.
   238     "/ in oder for CTRL-C and busyCursor to work correctly.
   239     "/ Therefore, push event instead of executing the test here.
   239     "/ Therefore, push event instead of executing the test here.
   240 
   240 
   241     "/runner runTests 
   241     "/runner runTests 
   242     runner enqueueMessage:#runTests for:runner arguments:nil.
   242     runner enqueueMessage:#runTests for:runner arguments:#().
   243 
   243 
   244     "
   244     "
   245      self openOnTestCase:CompilerTest
   245      self openOnTestCase:CompilerTest
   246      self openOnTestCase:ConstraintTests
   246      self openOnTestCase:ConstraintTests
   247     "
   247     "
  1065 ! !
  1065 ! !
  1066 
  1066 
  1067 !TestRunner class methodsFor:'documentation'!
  1067 !TestRunner class methodsFor:'documentation'!
  1068 
  1068 
  1069 version
  1069 version
  1070     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.57 2008-03-10 09:26:30 cg Exp $'
  1070     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.58 2008-08-20 20:39:23 cg Exp $'
  1071 ! !
  1071 ! !