JavaUnit.vim Save

:dog: Java Unit Test in VIM

Project README

JavaUnit.vim

requirement

  1. jdk

  2. artur-shaik/javacomplete2

  3. scrooloose/syntastic

also you can use my fork which provide gradle support, wsdjeg/syntastic

  1. Shougo/unite.vim

if you do not intstall this plugin,JavaUnit will show result in its own buffer instead of unite.

  1. tagbar

install

NeoBundle 'wsdjeg/JavaUnit.vim'
Plugin 'wsdjeg/JavaUnit.vim'

Command

JavaUnitExec

test the current methond(no need put the cursor on the methodName) 2015-11-16 23-40-05

JavaUnitExec [args ...]

test specification method

example JavaUnitExec testMethod1 testMethod2 testMethod3 ... 2015-11-16 23-40-25

JavaUnitTestMain

run the main methon of current class

also you can use JavaUnitTestAll,then will run all the testMethod in the current file 2015-11-16 23-40-43

support for maven project

JavaUnitTestMaven test current file

JavaUnitMavenTest

JavaUnitTestMavenAll test this project

JavaUnitMavenTestAll

Mappings

q close the JavaUnit buffer.

Open Source Agenda is not affiliated with "JavaUnit.vim" Project. README Source: wsdjeg/JavaUnit.vim
Stars
108
Open Issues
2
Last Commit
1 year ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating