Comment #3 on issue 3870 by
[hidden email]: [Failing Test] 1.3
KernelTests.Methods.CompiledMethodTest.testNew
http://code.google.com/p/pharo/issues/detail?id=3870I think we should deprecate ClassTestCase... at the time it looked like a
nice idea, but in the meantime I got convinced that for tests, less magic
is better and code duplication is not a problem.
So all subclasses should just implement the handfull of tests that
ClassTestCase provides themselves and we
remove it.