java.lang.exception no runnable methods junit

前端 未结 2 488
我在风中等你
我在风中等你 2021-01-12 05:45

I have a suite, inside which I have added the test class. I am using surefire to run my JUnits. My test class ends with test and the methods has @test annotations to it.

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-12 06:11

    You are using the correct version of JUnit at least 4.X to be able to use annotations for that? (Maven?)

提交回复
热议问题