jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Start JUnit Plug-in Tests with Maven #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The JUnit Plug-in Tests (dependent on Eclipse) shall be started with Maven. 
This shall be possible from Eclipse, from command line and automatically from 
Hudson.

The tycho-surefire-plugin for Maven can be a possiblity to realize this.

Usefull links:
http://wiki.eclipse.org/Category:Tycho
http://www.eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/plugi
n-info.html
http://www.modumind.com/2007/06/20/unit-testing-plug-ins-with-fragments/
http://www.modumind.com/2008/06/12/running-unit-tests-for-rcp-and-osgi-applicati
ons/
http://maven.apache.org/plugins/maven-eclipse-plugin/pde.html

Original issue reported on code.google.com by dirk.mei...@gmail.com on 26 Jul 2012 at 12:58

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 26 Jul 2012 at 12:59

GoogleCodeExporter commented 8 years ago
I finished the project splitting (into code- and test-projects). All unit-tests 
and plugin-tests are now run during the build :).

Original comment by krauseda...@web.de on 10 Oct 2012 at 7:20