RegressionTests__StreamUpToTests.st
changeset 2254 49525f6c1f4d
parent 1447 2351db93aa5b
equal deleted inserted replaced
2253:009ea455cbdb 2254:49525f6c1f4d
    23     [class variables:]
    23     [class variables:]
    24 
    24 
    25     [see also:]
    25     [see also:]
    26 
    26 
    27 "
    27 "
    28 ! !
       
    29 
       
    30 !StreamUpToTests methodsFor:'initialize / release'!
       
    31 
       
    32 setUp
       
    33     "common setup - invoked before testing."
       
    34 
       
    35     super setUp
       
    36 !
       
    37 
       
    38 tearDown
       
    39     "common cleanup - invoked after testing."
       
    40 
       
    41     super tearDown
       
    42 ! !
    28 ! !
    43 
    29 
    44 !StreamUpToTests methodsFor:'tests'!
    30 !StreamUpToTests methodsFor:'tests'!
    45 
    31 
    46 test1_Array
    32 test1_Array