Hello,
No idea why the inner classes are being tested.
as a workaround you could try (untested) :
>
>
>
>
>
>
Regards,
Antoine
On Feb 10, 2014, at 7:17 PM, Marc Benstein wrote:
> I am using ant 1.9.3 with junit 4.11 with batchtest skipNonTests="
I am using ant 1.9.3 with junit 4.11 with batchtest skipNonTests="true"
What is happening is that inner classes of non-test classes are being
tested. This is resulting in a few failures. Any thoughts on why these
inner classes that are not test classes are being tested?
...