vscode-java-test
vscode-java-test copied to clipboard
Run and debug Java test cases in Visual Studio Code.
OK, I have a weird issue in one of the project on which I'm working. I'm not exactly sure what's causing it and I'm not sure that this extension is...
Currently when investigating the cause of a failing test, I have to switch back and forward between the Test Code and the Code Tested, because the Testing Pane only offers...
Would be great to have Spock support. I am very willing to make a contribution. Is there anything I should be aware of before digging into the problem?
Any way to see code coverage percentage for tested directory ?
When running or debugging a test from Java Project Manager, if there is no error exists the user should have a proper way to aware of the result. (by status...
For an arrangement like this, sidebar of the tests should be more informative about the paramters. but instead it's just instance name ``` static class BLAH{ int num; public BLAH(int...
I want to write a task like ``` "inputs": [ { "id": "pickedTest", "type": "command", "command": "extension.yourextension.testPickerinCurrentFile", } ], "tasks": [{ "type": "shell", "command": "mvn -Dtest=${input:pickedTest} test -e", "label": "run...
when renaming the Person class to Employee, the PersonTest class (in the same package) is also renamed to EmployeeTest. And when the package of Person changes, make the same change...
The experience could be adding a command action into the file explorer context menu, like this: 