TestCase.st
changeset 703 7cf6ad732dc9
parent 700 2309c94fe81c
child 705 8158508603f3
equal deleted inserted replaced
702:ceeb7a8892d2 703:7cf6ad732dc9
   551          ^true
   551          ^true
   552     ].
   552     ].
   553     ^false
   553     ^false
   554 
   554 
   555     "Created: / 28-11-2012 / 18:03:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   555     "Created: / 28-11-2012 / 18:03:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   556 !
       
   557 
       
   558 testCount
       
   559     "obsoleted, because all methods starting with 'test'
       
   560      are considered to be tests; so this is a bad name;
       
   561      please use countTests"
       
   562 
       
   563     ^ self countTests
   556 ! !
   564 ! !
   557 
   565 
   558 !TestCase methodsFor:'accessing & queries'!
   566 !TestCase methodsFor:'accessing & queries'!
   559 
   567 
   560 unfinished
   568 unfinished