JUnit4 + Eclipse “An internal error occurred during Launching”

后端 未结 10 1606
深忆病人
深忆病人 2020-12-09 16:37

I\'m trying to run JUnit4 test cases on Eclipse 3.4.2 but it\'s not even starting for me. I have the junit-4.7.jar in my build path and the test application.

Here i

10条回答
  •  孤城傲影
    2020-12-09 17:36

    Your code works fine for me.

    Eclipse Version: 3.4.1 Build id: M20080911-1700

    I right click on the .java file RunAs JUnit Test. This would indicate the problem is caused by an Eclipse configuration problem, not a code problem.

提交回复
热议问题