Releases: rcasia/neotest-java
Releases · rcasia/neotest-java
v0.18.2
0.18.2 (2025-03-11)
Bug Fixes
- root finder should look for settings.gradle file (d1af16c), closes #185
v0.18.1
0.18.1 (2025-03-10)
Bug Fixes
- detect gradle project by settings file (c9b2f30), closes #184
v0.18.0
0.18.0 (2025-03-03)
Features
- add TestFactory annotation (f26a0d0)
v0.17.8
0.17.8 (2025-03-03)
Bug Fixes
- check just the filename to determine whether the file is a test (00ccc12)
- exclude all files inside main folder (eacdbd5)
- throw error when trying to resolve a test class name from a non-test file (ed8e072)
v0.17.7
0.17.7 (2025-03-01)
Bug Fixes
- check the correct id from report for nested tests (cb30b5b)
- show output there was an unexpected error in the test execution (39363eb)
v0.17.6
0.17.6 (2024-11-19)
Bug Fixes
- resolve_qualified_name: null pointer when package is empty (#167) (43b4cf9)