Random guess, junit 4 in your demo app junit 3 in your other app. The fact that you're mixing junit 4 attributes with junit 3 testMethod() naming convention may be masking the issue. I don't think you'd get that exception with junit 4, but I think you might with junit 3.
- Peace Dave On Fri, Oct 8, 2010 at 4:59 AM, richardm <[email protected]> wrote: > > I have the same class in a dummy project and the test passes fine, I don't > get why it fails in my real project! I'm trying to figure out the > difference between my real project and dummy one, perhaps it's a classpath > issue???? > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Junit-tests-fail-junit-framework-AssertionFailedError-has-no-public-constructor-tp3202811p3204405.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 > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
