'No JUnit tests found' in Eclipse

后端 未结 22 2938
闹比i
闹比i 2020-12-13 08:35

So I\'m new to JUnit, and we have to use it for a homework assignment. Our professor gave us a project that has one test class, BallTest.java. When I right clic

22条回答
  •  伪装坚强ぢ
    2020-12-13 09:19

    The best way to resolve this issue is to put public Access modifier for your Junit Test Case class name and then run the scenario by right click on your Junit test case class and run as Junit Test.

提交回复
热议问题