Junit 4自定义测试类说明

发布于 2024-08-29 02:28:44 字数 283 浏览 1 评论 0原文

我正在使用 @Parameterized 注释 针对不同的测试文件一遍又一遍地运行测试类。

问题是在我的 IDE/构建服务器中,测试显示为 "MapSimulationTest" 0-x

我怎样才能有一个方法为 JUnit 4 提供一个自定义名称,用于我的 MapSimulationTest 类的每个实例?在本例中,它将是正在运行测试的文件名

I am using the @Parameterized annotation to run a test class over and over again against different test files.

The problem is that in my IDE/build server the tests show up as "MapSimulationTest" 0-x.

How can I have a method that provides JUnit 4 with a custom name for each instance of my MapSimulationTest class? In this case it would be the filename the test is being run against.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文