Does this test fails to assert something or it throws you some error? 2014-04-02 15:27 GMT+03:00 Roelof Wobben <r.wobben@home.nl>:
Mark Rizun schreef op 2-4-2014 14:22:
And 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.
Correct but on this page : http://squeak.preeminent.org/tut2007/html/025.html 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