JUnit Flux Eclipse plugin

Last week during the Xebia Knowledge Exchange I discovered a very useful Eclipse Plugin called junitflux.

JUnit Flux Eclipse plugin (junitflux) runs JUnit tests every time you save a file. After saving a file containing a Java class, the plugin searches for the corresponding test class by adding the word ‘Test” as a prefix or suffix of class name. Once the code change is made, the unit test result will immediately blow up in the screen.

During the code retreat session, I installed the JUnit Flux Eclipse plugin in order to have quick feedback while coding. It works pretty well! Since feedback is an essential element in Agile Development, junitflux turns out to be very useful.

junitflux can be installed using Eclipse “Install New Software…” feature. To activate the plugin right-click your project and chose “Add JUnit Flux Nature” option. For more information visit the junitflux project page.

3 thoughts on “JUnit Flux Eclipse plugin

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.