相关疑难解决方法(0)

使用Maven Command运行Junit Suite

我有多个Junit测试套件(SlowTestSuite,FastTestSuite等).我想使用maven命令只运行特定的套件.例如

mvn clean install test -Dtest=FastTestSuite -DfailIfNoTests=false
Run Code Online (Sandbox Code Playgroud)

但它不起作用.根本就没有运行任何测试.请给我任何建议.

junit maven-2 test-suite maven

33
推荐指数
2
解决办法
4万
查看次数

标签 统计

junit ×1

maven ×1

maven-2 ×1

test-suite ×1