stx_goodies_sunit.st
changeset 592 5eaceb032ddc
parent 588 0d69293eb505
child 595 a8f566c8de80
equal deleted inserted replaced
591:4fb069caf7a8 592:5eaceb032ddc
     9 
     9 
    10 !stx_goodies_sunit class methodsFor:'documentation'!
    10 !stx_goodies_sunit class methodsFor:'documentation'!
    11 
    11 
    12 documentation
    12 documentation
    13 "
    13 "
    14     Build- and package information for creation of the st/x standard library: stx_goodies_sunit
    14     Package documentation:
    15     This library contains the sunit test framework.
    15 
       
    16     This library contains the sunit test framework,
       
    17     including an old (now obsolete) version of the test runner.
       
    18     There are now both an improved multi-pane testRunner application
       
    19     and also a testrunner integrated in the browser (shown whenever a testcase class
       
    20     is selected).
    16 "
    21 "
    17 ! !
    22 ! !
    18 
    23 
    19 !stx_goodies_sunit class methodsFor:'description'!
    24 !stx_goodies_sunit class methodsFor:'description'!
    20 
    25 
   176 ! !
   181 ! !
   177 
   182 
   178 !stx_goodies_sunit class methodsFor:'documentation'!
   183 !stx_goodies_sunit class methodsFor:'documentation'!
   179 
   184 
   180 version
   185 version
   181     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.41 2014-03-23 21:08:48 cg Exp $'
   186     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.42 2014-07-09 20:27:25 cg Exp $'
   182 !
   187 !
   183 
   188 
   184 version_CVS
   189 version_CVS
   185     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.41 2014-03-23 21:08:48 cg Exp $'
   190     ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.42 2014-07-09 20:27:25 cg Exp $'
   186 !
   191 !
   187 
   192 
   188 version_SVN
   193 version_SVN
   189     ^ '$Id: stx_goodies_sunit.st,v 1.41 2014-03-23 21:08:48 cg Exp $'
   194     ^ '$Id: stx_goodies_sunit.st,v 1.42 2014-07-09 20:27:25 cg Exp $'
   190 ! !
   195 ! !
   191 
   196