Run Junit-Tests from several projects conveniently fast in Eclipse

后端 未结 4 1401
离开以前
离开以前 2021-01-03 21:49

Is there a way to run JUnit-Tests from several projects conveniently fast in Eclipse?

The JUnit-Runner lets you define a package or a folder where from all contained

4条回答
  •  感动是毒
    2021-01-03 22:24

    I am not sure you can't do it from UI but from ant it's possible even if you are not building you plugins using ant. Nevertheless this method is not so trivial but once it's set up, things are cool ;o)

    Check here for more informations:

    http://www.eclipse.org/articles/article.php?file=Article-PDEJUnitAntAutomation/index.html

提交回复
热议问题