senny / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

smarter eclim-run-junit #190

Closed kleewho closed 9 years ago

kleewho commented 9 years ago

if eclim-run-junit is ran from non-test file then it will run JUnit tests for whole project

if eclim-run-junit is used in test method then it will run this test method

if eclim-run-junit is used in test file then it will run tests for whole file