Skip to content

Java adapter for Neotest, with multi-module support.

License

Notifications You must be signed in to change notification settings

edjeffreys/neotest-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Neotest-Java

Neotest adapter for Java

Installation

lazy.nvim

return {
  {
    "edjeffreys/neotest-java",
    dependencies = {
      "nvim-treesitter/nvim-treesitter",
    },
  },
  {
    "nvim-neotest/neotest",
    opts = {
      log_level = vim.log.levels.DEBUG,
      adapters = {
        ["neotest-java"] = {},
      },
    },
  },
}

Limitations

This adapter currently only supports gradle. This has been built to support my own Java needs for work; your mileage may vary.

Todo

  • Support maven projects

About

Java adapter for Neotest, with multi-module support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages