RE: what's an "Unrooted Test" and why can't I find anything online about it?
> Well you are certainly not the only person getting this! We
> have upgraded to Junit 4.4 within our project and get the
> same issue. It makes debugging a real pain. If anyone finds a
> solution to this problem I would be obliged if you can pass
> it on! BTW we are using MyEclipse 6.0.1.
Hi, Ayub. How are your tests defined - the JUnit 3 way (by
inheriting from TestCase or a subclass of TestCase) or the
JUnit 4 way (by using the @org.junit.Test annotation)?
Todd.