junit - Eclipse (java) is there a way to run automatically unit tests when running my app -


  • i'm developing java under eclipse.
  • i want automatic playing unit tests (junit tests) before running application. i.e when clicking on run -> java application unit tests run , , after finish run, application run.

    (i know can run unit test , app separately, want in 1 shot)

is possible?

there's infinitest eclipse plugin runs tests not before run app, after each change make codebase. it's smart enough detect tests affected given change runs relevant tests, isn't performance overhead.


Comments