在没有测试套件的情况下运行 JSUnit 测试
有没有一种方法可以在不指定测试套件文件的情况下运行 JSUnit 测试。 我想在一个特定的包中运行所有测试,这样就不必记住向现有套件添加任何新测试。
Is there a way to run JSUnit tests without specifying test suite file.
I want to run all the tests in a particular package so that one does not have to remember to add any new test to the existing suite.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 Eclipse 和 Maven 都会为您做到这一点。
I believe both Eclipse and Maven will do this for you.