gpt4 book ai didi

junit - 如何使用 Ant 执行 JUnit 5 @Tag 测试?

转载 作者:行者123 更新时间:2023-12-01 04:48:39 26 4
gpt4 key购买 nike

如何使用 Ant 运行带有 @Tag 注释的 JUnit 5 测试?

例如:

class Tax {
@Test
@Tag("taxes")
void testingTax() {
}
}

在 Maven 中,我可以执行以下操作来包含或排除。但是我不知道如何让它在 Ant 中工作。

<properties>
<includeTags>taxes</includeTags>
<excludeTags>Promo</excludeTags>
</properties>

好心提醒。

最佳答案

从 10.7 开始支持。

https://ant.apache.org/manual/Tasks/junitlauncher.html

(includeTags 和 excludeTags)

我也需要那个,所以我贡献了那个。

关于junit - 如何使用 Ant 执行 JUnit 5 @Tag 测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44200593/

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