0

我正在研究一个 Apache Axiom 项目。我写过联合测试用例。并试图运行它。但是每次他们都给出这个错误。(说相应的类没有公共构造函数 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 中的测试用例,看看是不是因为我编写的代码。弹出同样的错误。

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

谢谢

4

1 回答 1

0

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

于 2013-10-12T19:32:14.927 回答