Mark Rizun schreef op 2-4-2014 15:16:
You are abolute right.The mistake is simple. You have to write as follows (just replace cell for self in two lines before should and shouldnt):
testCellOnState
� � � | cell |
� � � cell := BlankCell new.
� � � self should: [ cell isOff ].
� � � self shouldnt: �[ cell isOn ].
Wierd that earlier test succceed where this error also is made.
Roelof