stx_goodies_sunit.st
changeset 518 9af19c20c2d6
parent 476 700cd1a9964c
child 543 0426c166e29d
equal deleted inserted replaced
517:17537554ca0e 518:9af19c20c2d6
    86         (CircularTestResourceTestCase autoload)
    86         (CircularTestResourceTestCase autoload)
    87         TestCaseOutcome
    87         TestCaseOutcome
    88         TestResultStX
    88         TestResultStX
    89         TestResultForRunWithDebug
    89         TestResultForRunWithDebug
    90         (SUnitTests2 autoload)
    90         (SUnitTests2 autoload)
       
    91         TestCoverageReporter
       
    92         MetricsReporter
    91     )
    93     )
    92 !
    94 !
    93 
    95 
    94 extensionMethodNames
    96 extensionMethodNames
    95     "lists the extension methods which are to be included in the project.
    97     "lists the extension methods which are to be included in the project.
   145 ! !
   147 ! !
   146 
   148 
   147 !stx_goodies_sunit class methodsFor:'documentation'!
   149 !stx_goodies_sunit class methodsFor:'documentation'!
   148 
   150 
   149 version
   151 version
   150     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.34 2012-10-24 18:22:40 cg Exp $'
   152     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.35 2012-11-07 18:51:40 cg Exp $'
   151 !
   153 !
   152 
   154 
   153 version_CVS
   155 version_CVS
   154     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.34 2012-10-24 18:22:40 cg Exp $'
   156     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.35 2012-11-07 18:51:40 cg Exp $'
   155 !
   157 !
   156 
   158 
   157 version_SVN
   159 version_SVN
   158     ^ '§Id: stx_goodies_sunit.st 214 2011-03-14 12:22:21Z vranyj1 §'
   160     ^ '§Id: stx_goodies_sunit.st 214 2011-03-14 12:22:21Z vranyj1 §'
   159 ! !
   161 ! !