我有一个带有junit测试类的Maven项目。 我想在特定班级进行测试。我如何在终端上做到这一点? 例如,我在com.openmind.service.impl包下有一个名为AccountServiceImplTest的测试spring junit测试类。我如何运行在此测试类中声明的所有或单个junit测试。我不想使用mvn clean test,因为它可以在项目中运行所有测试。 感谢任何帮助 非常感谢
答案 0 :(得分:2)
mvn -Dtest = TestCircle测试
请参阅https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html