|
Project Information
Featured
Downloads
|
DescriptionJUnit Flux is an Eclipse plugin that will execute JUnit tests automatically, when you save your Java class or test itself, provided that class under test and unit test lie in the same package and unit test name follows naming convention of prefixing or suffixing with test (".*"+name+".*Test.*" or ".*Test.*"+name+".*"). These conventions allow JUnit Flux to find relevant unit tests very quickly, thus providing you immediate feedback on your code change. JUnit Flux will react on multiple file changes as well, like those resulting from automatic refactorings. Enjoy. Update sitehttp://junitflux.googlecode.com/svn/trunk/com.google.code.junitFlux.site Manual Installation1. Download plugin and place it into plugins folder of your Eclipse (3.5 - 3.7) installation. 2. Add JUnit Flux nature by right clicking on the Java project in Eclipse and selecting "Add JUnit Flux nature". LinksShort description of the plugin in blog of Diego Lemos: http://diegolemos.net/2011/09/12/junit-flux-eclipse-plugin/ |