Jan. 13, 2009
5:59 p.m.
2009/1/13 Alexandre Bergel <alexandre@bergel.eu>:
Hi Hilaire,
There is probably something I missed in your email.
May be my explanation, getting exhausted today.
- when i subclass linked list test with trait, i get the trait test but not the test from linked list test, i expected to get these ones as well
I mean when I subclass + add the same trait found in the super class. Logically I can expect the test from superclass to be accessible, but only those coming from the trait are runned by the test tool.
- when i subclass without trait then reimplement some of the test, i only got the those test exexuted, not the one from super.
Okay Stephan explain that Hilaire