Dear all,
I've just discovered EclEmma and it works great. I have a JUnit 4 test suite which looks like this:
import org.junit.runner.RunWith;<br />
import org.junit.runners.Suite;<br />
@RunWith(Suite.class)<br />
@Suite.SuiteClasses({Class1Test.class, Class2Test.class})<br />
public class AllTests {<br />
}
EclEmma tells me that AllTests has 0%...