# HG changeset patch # User Claus Gittinger # Date 1404937645 -7200 # Node ID 5eaceb032ddc37b3fb6f865af40e03980e27ff8e # Parent 4fb069caf7a8a9b506c6e6c6cef3f096c5381823 class: stx_goodies_sunit comment/format in: #documentation diff -r 4fb069caf7a8 -r 5eaceb032ddc stx_goodies_sunit.st --- a/stx_goodies_sunit.st Wed Jul 09 18:22:02 2014 +0200 +++ b/stx_goodies_sunit.st Wed Jul 09 22:27:25 2014 +0200 @@ -11,8 +11,13 @@ documentation " - Build- and package information for creation of the st/x standard library: stx_goodies_sunit - This library contains the sunit test framework. + Package documentation: + + This library contains the sunit test framework, + including an old (now obsolete) version of the test runner. + There are now both an improved multi-pane testRunner application + and also a testrunner integrated in the browser (shown whenever a testcase class + is selected). " ! ! @@ -178,14 +183,14 @@ !stx_goodies_sunit class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.41 2014-03-23 21:08:48 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.42 2014-07-09 20:27:25 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.41 2014-03-23 21:08:48 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.42 2014-07-09 20:27:25 cg Exp $' ! version_SVN - ^ '$Id: stx_goodies_sunit.st,v 1.41 2014-03-23 21:08:48 cg Exp $' + ^ '$Id: stx_goodies_sunit.st,v 1.42 2014-07-09 20:27:25 cg Exp $' ! !