TestRunner.st
changeset 528 d8d38bbb8fe9
parent 458 cea2b7ff8060
child 579 fb932a5daa97
equal deleted inserted replaced
527:4d28e3a48836 528:d8d38bbb8fe9
    33 
    33 
    34 defaultIcon
    34 defaultIcon
    35     <resource: #programImage>
    35     <resource: #programImage>
    36 
    36 
    37     "/ kept there to prevent me from being autoloaded for the icon
    37     "/ kept there to prevent me from being autoloaded for the icon
    38     ^ ToolbarIconLibrary sUnit28x28Icon
    38     ^ ToolbarIconLibrary sUnit24x24Icon
    39 ! !
    39 ! !
    40 
    40 
    41 !TestRunner class methodsFor:'interface specs'!
    41 !TestRunner class methodsFor:'interface specs'!
    42 
    42 
    43 flyByHelpSpec
    43 flyByHelpSpec
  1054 ! !
  1054 ! !
  1055 
  1055 
  1056 !TestRunner class methodsFor:'documentation'!
  1056 !TestRunner class methodsFor:'documentation'!
  1057 
  1057 
  1058 version
  1058 version
  1059     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.63 2012-10-23 19:01:48 cg Exp $'
  1059     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.64 2012-11-27 11:08:30 cg Exp $'
  1060 !
  1060 !
  1061 
  1061 
  1062 version_CVS
  1062 version_CVS
  1063     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.63 2012-10-23 19:01:48 cg Exp $'
  1063     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.64 2012-11-27 11:08:30 cg Exp $'
  1064 !
  1064 !
  1065 
  1065 
  1066 version_SVN
  1066 version_SVN
  1067     ^ '§Id: TestRunner.st 182 2009-12-05 18:12:17Z vranyj1 §'
  1067     ^ '§Id: TestRunner.st 182 2009-12-05 18:12:17Z vranyj1 §'
  1068 ! !
  1068 ! !