i am writting double link list and co, then a few test.

i found it will be neat to reuse  the linked list test. this one is trait based.

I found the following issue preventing reussability:

- 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
- when i sublcass without trait i get the test from linked list test
but not the trait ones, i guess this is an expected behavior
- when i subclass without trait then reimplement some of the test, i
only got the those test exexuted, not the one from super.

how do you deal with such situation?

-- 
http://blog.ofset.org/hilaire

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to