also you can use my fork which provide gradle support, wsdjeg/syntastic
if you do not intstall this plugin,JavaUnit will show result in its own buffer instead of unite.
NeoBundle 'wsdjeg/JavaUnit.vim'
Plugin 'wsdjeg/JavaUnit.vim'
JavaUnitExec
test the current methond(no need put the cursor on the methodName)
JavaUnitExec [args ...]
test specification method
example JavaUnitExec testMethod1 testMethod2 testMethod3 ...
JavaUnitTestMain
run the main methon of current class
also you can use JavaUnitTestAll
,then will run all the testMethod in the current file
support for maven project
JavaUnitTestMaven test current file
JavaUnitTestMavenAll test this project
q
close the JavaUnit buffer.