quickSelfTest/RunUnitTests.st
changeset 443 65f4ea5ca6a4
parent 442 1a7cb1fd33b4
child 444 fbc2ee003a80
equal deleted inserted replaced
442:1a7cb1fd33b4 443:65f4ea5ca6a4
   250 
   250 
   251     self
   251     self
   252         runWithCompiledUnitTestClasses:true
   252         runWithCompiledUnitTestClasses:true
   253         arguments:#(
   253         arguments:#(
   254             '--runOnlyExpeccoUnitTests' 
   254             '--runOnlyExpeccoUnitTests' 
   255             '--forceTestCase' 
   255 "/            '--forceTestCase' 
   256             'FloatTest'
   256 "/            'FloatTest'
   257         )
   257         )
   258         debug:true
   258         debug:true
   259 ! !
   259 ! !
   260 
   260 
   261 !RunUnitTests class methodsFor:'logging'!
   261 !RunUnitTests class methodsFor:'logging'!