>> I had the same problem with an inner class until I qualified it's declaration with 'static'. Eg:
Hi, It wasn't a problem with an inner class in my case. It turned out I had 2 versions of junit in the classpath. I exluded the older version of junit from the test Classpath and it resolved the issue. -- View this message in context: http://gradle.1045684.n5.nabble.com/Junit-tests-fail-junit-framework-AssertionFailedError-has-no-public-constructor-tp3202811p3331982.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
