compiler/tests/extras/PPCCompositeParserTest.st
changeset 542 bb97dcbe2359
parent 538 16e8536f5cfb
equal deleted inserted replaced
541:ac763af77fc2 542:bb97dcbe2359
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Extras-Tests-Support'
     9 	category:'PetitCompiler-Extras-Tests-Support'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCCompositeParserTest class methodsFor:'accessing'!
    13 !PPCCompositeParserTest class methodsFor:'accessing'!
    13 
    14 
    14 resources
    15 resources
    15     ^ Array with: (PPCSetUpBeforeTearDownAfterResource for: self)
    16     ^ Array with: (PPCSetUpBeforeTearDownAfterResource for: self)
   202     "Called after all my tests are ryn(when resources are torn down)"
   203     "Called after all my tests are ryn(when resources are torn down)"
   203 
   204 
   204     "Created: / 29-07-2015 / 16:33:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   205     "Created: / 29-07-2015 / 16:33:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   205 ! !
   206 ! !
   206 
   207 
       
   208 !PPCCompositeParserTest class methodsFor:'documentation'!
       
   209 
       
   210 version_HG
       
   211 
       
   212     ^ '$Changeset: <not expanded> $'
       
   213 ! !
       
   214