得到以下问题。当我跑mvn test -Dtest=MyClassTest
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test
(default-test) on project my-project: No tests were executed! (Set -DfailIfNoTests=false to
ignore this error.) -> [Help 1]
但是我在同一个项目中有 10 个其他类,但路径不同。我像这样运行了所有这些,并且它们都运行良好。但是 mvn test 并不仅仅识别这个。会不会有什么问题?
我查看了人们遇到的相同错误,但提出了不同的解决方案,例如升级等。但对我来说,所有测试都运行良好,除了这个。因此,如果我遗漏了什么,我就会陷入困境。