Re: junit skipNotTests zipfileset including inner classes that are not tests

2014-02-11 Thread Antoine Levy Lambert
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="

junit skipNotTests zipfileset including inner classes that are not tests

2014-02-10 Thread Marc Benstein
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? ...