gpt4 book ai didi

maven - 我可以在 maven-surefire-plugin 中使用组和排除组吗?

转载 作者:行者123 更新时间:2023-12-03 21:39:52 25 4
gpt4 key购买 nike

我可以注释一个用 Category 注释的测试类以进行包含,然后用另一个 Category 注释某些测试方法以进行排除吗?

我尝试了以下但它只是使用组来包含测试类。然后surefire甚至不考虑测试类中的“excludedGroups”注释方法。

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>surefire-integration-tests</id>
<phase>test</phase>
<configuration>
<!-- Include these classes -->
<groups>my.test.category.IncludeTheseClasses</groups>
<!-- Exclude these test methods -->
<excludedGroups>my.test.category.IgnoreTheseMethods</excludedGroups>
</configuration>
</execution>

最佳答案

包含标签,而不是类。

关于maven - 我可以在 maven-surefire-plugin 中使用组和排除组吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24748481/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com