quickSelfTest/SelfTest.st
changeset 29 fea749c05791
parent 27 09411309837d
child 33 834083803fbb
equal deleted inserted replaced
28:91197b1d9a30 29:fea749c05791
    94 		Stdout showCR:('- running ',test printString).
    94 		Stdout showCR:('- running ',test printString).
    95 	    ].
    95 	    ].
    96 
    96 
    97 TestResultReporter
    97 TestResultReporter
    98     report:result
    98     report:result
    99     format:#xml_perfPublisher
    99     format:#xml_jUnit
   100     as:'testresult.xml'.
   100     as:'testresult.xml'.
   101 !
   101 !