quickSelfTest/SelfTest.st
changeset 96 1ce506fc7d85
parent 95 51749adb285f
child 98 b703917814f9
equal deleted inserted replaced
95:51749adb285f 96:1ce506fc7d85
    43 Stdout showCR:'Creating suite...'.
    43 Stdout showCR:'Creating suite...'.
    44 suite := TestSuite named:'SelfTest'.
    44 suite := TestSuite named:'SelfTest'.
    45 
    45 
    46 Stdout showCR:'Loading regression tests...'.
    46 Stdout showCR:'Loading regression tests...'.
    47 #(
    47 #(
    48     'SunitXMLOutputTest'
    48     "/ 'SunitXMLOutputTest'
    49     'CoverageInstrumentationTest'
    49     'CoverageInstrumentationTest'
    50     'AssociationTests'
    50     'AssociationTests'
    51     'BinaryIOTests'
    51     'BinaryIOTests'
    52     'BinaryTreeTester'
    52     'BinaryTreeTester'
    53     "/ 'BlockTest'
    53     "/ 'BlockTest'