Tom Eyckmans wrote: > >> I'm interested in this topic because at some point, >> I'll probably want to have native integration for Spock as well (right >> now >> Spock tests are run via JUnit). > > I'd be very happy to support Spock, can you log a JIRA for this, with some > info on the different ways to detect Spock tests and how to execute them? >
At the moment, the only way to run a Spock test is via JUnit. You just need to detect JUnit's @RunWith annotation and let JUnit do the rest. Cheers, Peter -- View this message in context: http://www.nabble.com/Native-test-framework-integration-tp22815266p22870303.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
