Axiom测试用例不运行

时间:2013-10-10 10:15:46

标签: axis2 axiom

我正在开发一个Apache Axiom项目。我写过juint测试用例。并试图运行它。 但每次他们都给出这个错误。 (说相应的类没有公共构造函数TestCase)

    junit.framework.AssertionFailedError: Class org.apache.axiom.ts.om.builder.TestGetDocumentElementWithIllFormedDocument has no public constructor TestCase(String name) or TestCase()
    at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
    at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:77)
    at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:195)
    at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)

       Process finished with exit code 255

然后我尝试运行一些已经在axoim中的测试用例,看看是不是因为我编写的代码。 弹出相同的错误。

如果有人可以帮助我,我将不胜感激。

由于

1 个答案:

答案 0 :(得分:0)

我在这里回答了问题:http://markmail.org/message/2sxitsvqajapmhap