Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用Groovy 控制台启动 junit 测试?
(目前使用 Groovy 1.6.0)
我目前使用:
junit.textui.TestRunner.run(MyTest)
(我的junit测试类在哪里MyTest)
MyTest
我试过运行:
在 Groovy 控制台中,但这只是返回类实例。有没有更简单的方法?