OpenPojo / openpojo

POJO Testing & Identity Management Made Trivial
http://openpojo.com
Apache License 2.0
156 stars 40 forks source link

Tests failed without TestNG #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AffirmationFactory line 57
        return (Affirmation) loggerPojoClass.newInstance();

InvocationTargetException (class not found in static block in 
com.openpojo.validation.affirm.TestNGAssertAffirmation)

Original issue reported on code.google.com by toddrcur...@gmail.com on 22 Jun 2010 at 5:42

GoogleCodeExporter commented 9 years ago
Dynamic detection for TestNG had a small flaw that wasn't detected by the 
FacadeFactory... 
It is now fixed, please go ahead and download and use 
OpenPojo-build-20100622-1005.zip.

Original comment by oshou...@gmail.com on 22 Jun 2010 at 6:25