“测试”是否有效?属性优先于“排除”属性。 Surefire 中的配置列表?

发布于 2024-10-06 20:46:26 字数 479 浏览 5 评论 0原文

在surefire中,如果我在“test”属性中命名一个与“excludes”配置中的模式重叠的测试,它会被执行吗?

http://maven.apache.org/plugins/maven -surefire-plugin/examples/single-test.html

http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html

In surefire, if I name a test in the "test" property that overlaps a pattern in the "excludes" config, will it get executed?

http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html

http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抚笙 2024-10-13 20:46:26

是的。通过反复试验,我想我已经证明“测试”属性确实优先。

但是,如果包含列表和排除列表都在配置中定义并且它们重叠,则排除列表将优先。

Yes. By trial and error I think I've proved that the "test" property does take precedence.

However, if an include list and exclude list are both defined in config and they overlap then the exclude list will take precedence.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文