Russel Winder wrote:
Does Gradle have a built-in ability to run a single test class rather than all the tests?
Not yet.
For the Groovy build and the Gant Gant build you can set -DtestCase=... and only that test case is run when running the test target. This is hugely useful for debugging even for small projects.
Have a look at http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-runningsingletests
-- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
