compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st
changeset 513 7b8093caf796
parent 510 869853decf31
child 514 46dd1237b20a
equal deleted inserted replaced
512:694a247a12ba 513:7b8093caf796
    22 
    22 
    23 !PPCSetUpBeforeTearDownAfterResource class methodsFor:'initialization'!
    23 !PPCSetUpBeforeTearDownAfterResource class methodsFor:'initialization'!
    24 
    24 
    25 initialize
    25 initialize
    26     "Invoked at system start or when the class is dynamically loaded."
    26     "Invoked at system start or when the class is dynamically loaded."
    27 
       
    28     "/ please change as required (and remove this comment)
       
    29     "/ testCaseClass := nil.
       
    30 
    27 
    31     CachedResources := Dictionary new
    28     CachedResources := Dictionary new
    32 
    29 
    33     "Modified: / 30-07-2015 / 07:47:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    30     "Modified: / 30-07-2015 / 07:47:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    34 ! !
    31 ! !