Junit 4自定义测试类说明
我正在使用 @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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论