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 Console 内で実行しますが、それはクラス インスタンスを返すだけです。もっと簡単な方法はありますか?