TestCase.st
changeset 295 f41960a0ee97
parent 290 7b52b68d57cb
child 296 4322e6a56b7b
equal deleted inserted replaced
294:2138ac31091c 295:f41960a0ee97
   281 	^self buildSuiteFromMethods: self allTestSelectors
   281 	^self buildSuiteFromMethods: self allTestSelectors
   282 !
   282 !
   283 
   283 
   284 suiteClass
   284 suiteClass
   285 	^TestSuite
   285 	^TestSuite
       
   286 ! !
       
   287 
       
   288 !TestCase class methodsFor:'converting'!
       
   289 
       
   290 asTestCase
       
   291 
       
   292     ^self
       
   293 
       
   294     "Created: / 02-08-2011 / 13:08:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   286 ! !
   295 ! !
   287 
   296 
   288 !TestCase class methodsFor:'misc ui support'!
   297 !TestCase class methodsFor:'misc ui support'!
   289 
   298 
   290 iconInBrowserSymbol
   299 iconInBrowserSymbol
   823 ! !
   832 ! !
   824 
   833 
   825 !TestCase class methodsFor:'documentation'!
   834 !TestCase class methodsFor:'documentation'!
   826 
   835 
   827 version
   836 version
   828     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.68 2011-08-02 15:50:27 cg Exp $'
   837     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.69 2011-08-02 16:57:10 vrany Exp $'
   829 !
   838 !
   830 
   839 
   831 version_CVS
   840 version_CVS
   832     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.68 2011-08-02 15:50:27 cg Exp $'
   841     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.69 2011-08-02 16:57:10 vrany Exp $'
   833 !
   842 !
   834 
   843 
   835 version_SVN
   844 version_SVN
   836     ^ '§Id: TestCase.st 218 2011-06-13 15:45:06Z vranyj1 §'
   845     ^ '§Id: TestCase.st 218 2011-06-13 15:45:06Z vranyj1 §'
   837 ! !
   846 ! !