`

junit 笔记

阅读更多

运行JUNIT的启动代码(不用ECLIPSE插件的情况)

 public static void main(String[] args) {
  junit.textui.TestRunner.run(CalculatorTest.class);
  junit.awtui.TestRunner.run(CalculatorTest.class);
 }

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics