gpt4 book ai didi

junit - gradle junit 运行 : how to pick tests from jar file

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

我们可以运行 j unit batchtest with tests picked from a jar file.

<zipfileset src="tests-only.jar" includes="**/*Test.class"/>

这将运行从 test-only.jar 中挑选的所有匹配测试

如何用 gradle 做类似的事情。 testClassesDir只需要实际目录。

最佳答案

Gradle 没有用于运行包含在 Jar 文件中的测试类的内置功能。 (随意在 http://forums.gradle.org 提交功能请求。)应该工作的是打开 Jar(作为单独的任务),然后设置 testClassesDir因此。请注意,测试类也需要出现在测试任务的 classpath 上。 (但为此使用 Jar 可能就足够了)。

关于junit - gradle junit 运行 : how to pick tests from jar file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14123350/

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