可以从我自己的Eclipse插件中以编程方式运行给定的JUnit测试吗?怎么样?

时间:2012-10-18 17:36:27

标签: eclipse junit eclipse-plugin junit4

  

可能重复:
  Call JUnit from other Eclipse Plugin

我正在尝试从我自己的Eclipse插件以编程方式运行一组JUnit4测试。可能吗?如果有,怎么样?

请记住,我正在寻找的是让Eclipse显示常用的TestsView,就好像我手动完成了一个标准的测试运行一样(否则,我本可以用JUnit库启动标准运行)类)。

1 个答案:

答案 0 :(得分:0)

经过一番挖掘..

JUnitLaunchShortcut jUnitLaunchShortcut = new JUnitLaunchShortcut();
jUnitLaunchShortcut.launch(structuredSelection, "run");