A vim plugin for jumping between a Java class and JUnit test class
Using vim-plug
add to .vimrc
Plug 'keitokuch/vim-junit-jump'
To jump from a Java class file to the test file, or from a test file to the class file
:JavaJUnitJump
Use gt
in normal mode to jump to test:
nnoremap gt :JavaJUnitJump<CR>