从 java 类运行测试用例
我有 10 个测试用例,我想从 java 类运行它们,我只能在运行时获取 Junit 的类名。是否可以这样做呢。
请帮我。
I have say 10 test cases, and i want to run them from a java class, i can get the Junit's class name only at runtime. Is it possible to do so.
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它支持多个测试类。来自 JUnit4。
It supports multiple test classes. From JUnit4.