April 2, 2014
11:21 a.m.
Hello, On the first part I have to make a class named BlankCell which is a subclass of TestCase. So far no problem. But when you are on the MirrorCell part BlankCell must be a subclass of Cell. But then the tests will fail because should: cannot be found. The manual says nothing about that the new class Cell must be a part of TestCase. How to solve this ? Roelof