Mark Rizun schreef op 2-4-2014 14:22:
Correct but on this page : http://squeak.preeminent.org/tut2007/html/025.htmlAnd only on this method the test fail on should:
testCellOnState
����� | cell |
����� cell := BlankCell new.
����� cell should: [ cell isOff ].
����� cell shouldnt:� [ cell isOn ].Yes it does, inasmuch on the bottom of this page ( http://squeak.preeminent.org/tut2007/html/017.html )both methods return false. I think later the implementation of this two methods will be changed so don't worry.
some methods are moved to another class.
and then on this page : http://squeak.preeminent.org/tut2007/html/026.html
The first step is to run Test runner and then it fails and only on this test.
Roelof