ResumableTestFailure.st
branchworking_v5_0
changeset 613 5a546630cfcf
parent 222 8e6f482297fa
equal deleted inserted replaced
612:ef24164cb298 613:5a546630cfcf
    31     "resumable test failure. Continue with the test suite"
    31     "resumable test failure. Continue with the test suite"
    32 
    32 
    33     ^ self resumeWith:something
    33     ^ self resumeWith:something
    34 !
    34 !
    35 
    35 
    36 mayProceed
       
    37 
       
    38     ^ true
       
    39 !
       
    40 
       
    41 sunitExitWith: aValue
    36 sunitExitWith: aValue
    42 
    37 
    43 	^self resume: aValue
    38 	^self resume: aValue
    44 ! !
    39 ! !
    45 
    40 
    50 !
    45 !
    51 
    46 
    52 version_SVN
    47 version_SVN
    53     ^ '§Id: ResumableTestFailure.st 204 2010-09-11 15:21:51Z vranyj1 §'
    48     ^ '§Id: ResumableTestFailure.st 204 2010-09-11 15:21:51Z vranyj1 §'
    54 ! !
    49 ! !
       
    50