Posted By:
Shobhitha_Praveen
Posted On:
Tuesday, June 20, 2006 05:27 AM
I am using JUNIT4 and trying to build the project and getting this error Can any one help me in this please... unknown Error com.at.z.fun.question.service.QuestionServiceImpl.editQuestion(Lcom/at/z/fun/question/vo/QuestionVO;)V java.lang.AbstractMethodError: com.at.z.fun.question.service.QuestionServiceImpl.editQuestion(Lcom/at/z/fun/question/vo/QuestionVO;)V at test.com.at.z.fun.question.service.QuestionServiceImplTest.testEditQuestion(QuestionServiceImplTest.java:109) at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99) at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(Be
More>>
I am using JUNIT4 and trying to build the project and getting this error
Can any one help me in this please...
unknown Error com.at.z.fun.question.service.QuestionServiceImpl.editQuestion(Lcom/at/z/fun/question/vo/QuestionVO;)V
java.lang.AbstractMethodError: com.at.z.fun.question.service.QuestionServiceImpl.editQuestion(Lcom/at/z/fun/question/vo/QuestionVO;)V at test.com.at.z.fun.question.service.QuestionServiceImplTest.testEditQuestion(QuestionServiceImplTest.java:109) at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99) at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34) at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75) at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45) at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:71) at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35) at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34) at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52) at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
Thank you
Shobhitha
<<Less