Maven没有确定junit测试

时间:2015-08-19 08:27:41

标签: java maven junit

我的pom文件中有junit和spring-test依赖项。当我使用eclipse运行maven的测试目标时,它不能识别我的测试类。

maven-surefire-plugin:2.17:test (default-test) @ media-project ---
[INFO] No tests to run.

我让测试类以Test开始,方法也从测试开始。

1 个答案:

答案 0 :(得分:2)

您应该遵循测试约定:将测试放在 plotOptions: { series: { cursor: 'pointer', point: { events: { click: function () { alert('Category: ' + this.category + ', value: ' + this.y); } } } } }, 位置,而不是放置普通代码的src/test/java。此外,文件名还有匹配

src/main/java

请参阅here