Hi, when building a Java project, how does Gradle decide which classes under src/test/java are tests (and therefore need to be executed), and which are not? (The most elegant solution for JUnit 4 would be to treat a class as a test iff it has at least one method annotated with @Test.)
Cheers, Peter PS: Is it possible to disallow posting to the parent forum? I keep falling into this trap. -- View this message in context: http://www.nabble.com/How-does-Gradle-decide-whether-a-class-is-a-test--tp17137707p17137707.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
