tests/PPContextMementoTest.st
changeset 421 7e08b31e0dae
parent 377 6112a403a52d
child 427 a7f5e6de19d2
equal deleted inserted replaced
420:b2f2f15cef26 421:7e08b31e0dae
     4 	instanceVariableNames:'memento'
     4 	instanceVariableNames:'memento'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'PetitTests-Tests'
     7 	category:'PetitTests-Tests'
     8 !
     8 !
       
     9 
     9 
    10 
    10 !PPContextMementoTest methodsFor:'accessing'!
    11 !PPContextMementoTest methodsFor:'accessing'!
    11 
    12 
    12 memento
    13 memento
    13 	^ PPContextMemento new
    14 	^ PPContextMemento new
   113 	self assert: (retval == c) not.
   114 	self assert: (retval == c) not.
   114 	self assert: retval = c.
   115 	self assert: retval = c.
   115 	self assert: (memento hasProperty: #foo).	
   116 	self assert: (memento hasProperty: #foo).	
   116 ! !
   117 ! !
   117 
   118 
       
   119 !PPContextMementoTest class methodsFor:'documentation'!
       
   120 
       
   121 version_HG
       
   122 
       
   123     ^ '$Changeset: <not expanded> $'
       
   124 ! !
       
   125