Stef,
The tests to run are selected using the same code that SUnitToo(ls) uses.
* If a test method is changed, then that method will be run.
* If a non-test method in a TestCase subclass is changed, then all of the tests in that class will be run.
* If a method in a non-TestCase subclass is changed, then all of the tests in the associated TestCase subclass (if any) will be run. SUnitToo(ls) has a few different ways of finding matching TestCase classes, but basically matches on the name.
Randy
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc