Emma : After instrumenting, test cases fail

47 Views Asked by At

I have two legacy ANT projects one in the FrontEnd Server and the other in BackEnd Server. Both servers runs on JBoss and the communication between the servers is through Web Services. I have instrumented my test class and other classes which I will be testing from the Junit.

When I run the test cases, all of them are failing and the error stack trace shows "Could not initialize class com.xyz.123.classNameImpl". Any suggestions is appreciated.

Note : I have added emma.jar in the build path. java version : jdk 7 Eclipse version : Indigo Build tool : ANT

0

There are 0 best solutions below