Seems like tests don't execute because Gradle can't find them. It can't find
them due to this:

11:17:43.129 [DEBUG]
[org.gradle.api.internal.tasks.testing.junit.JUnitDetector] test-class-scan
: failed to scan parent class java/lang/Object, could not find the class
file

I've never seen this before. Try to specify an include pattern for the test
task. This will disable test auto-detection.

test {
  include "**/*Test.class"
}

--
Peter Niederwieser
Principal Engineer, Gradleware 
http://gradleware.com
Creator, Spock Framework 
http://spockframework.org
Twitter: @pniederw

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/At-a-loss-as-to-why-tests-aren-t-executing-tp4922042p4922170.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


Reply via email to