Neotest adapter for Java, using JUnit.
🌕 🌕 🌕 🌕 🌕 🌕 🌕 🌕 🌗 🌑
- Support for both Maven and Gradle projects
- Support for @ParameterizedTest annotation
- It works with multi-module projects too!
It requires nvim-treesitter
Make sure you have the java parser installed. Use
:TSInstall java
Plug 'rcasia/neotest-java'
require("neotest").setup({
adapters = {
require("neotest-java")({
ignore_wrapper = false, -- whether to ignore maven/gradle wrapper
})
}
})
Feel free to contribute to this project by creating issues for bug reports, feature requests, or suggestions.
You can also submit pull requests for any enhancements, bug fixes, or new features.
Your contributions are greatly appreciated. See CONTRIBUTING.md