hdockter wrote: > > What happens if you include all classes when > you have JUnit 4 tests? Does the Ant task throws an exception because > it tries to execute a non JUnit test class? >
JUnit 4 complains if a class has no test methods. But with excludes it works just fine. Meanwhile, thanks to Gradle and your help, my build (using the Groovy 1.6 trunk compiler) is fully working. Yippieh! Cheers, Peter -- View this message in context: http://www.nabble.com/How-does-Gradle-decide-whether-a-class-is-a-test--tp17137707p17218663.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
