Skip to content

Automatically exported from code.google.com/p/junitflux

Notifications You must be signed in to change notification settings

Tabby/junitflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

#JUnit Flux

JUnit Flux is an Eclipse plugin that will execute related JUnit tests automatically when you save Java or Groovy class. Related tests are found by searching inside current package and checking that 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 with immediate feedback on your code change. JUnit Flux will react on multiple file changes as well, like those resulting from automatic refactorings. Enjoy.

###Update site https://tabby.github.io/junitflux/

###Manual Installation

Download plugin and place it into plugins folder of your Eclipse (3.5 - 4.2) installation.

Add JUnit Flux nature by right clicking on the Java project in Eclipse and selecting "Add JUnit Flux nature".

###Links

Short description of the plugin in blog of Diego Lemos: http://diegolemos.net/2011/09/12/junit-flux-eclipse-plugin/

About

Automatically exported from code.google.com/p/junitflux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published