vscode-java-test icon indicating copy to clipboard operation
vscode-java-test copied to clipboard

Run and debug Java test cases in Visual Studio Code.

Results 113 vscode-java-test issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

upstream

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?

help wanted

Any way to see code coverage percentage for tested directory ?

enhancement

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...

upstream
ux
new-api

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...

upstream

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...

enhancement

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...

enhancement

The experience could be adding a command action into the file explorer context menu, like this: ![image](https://user-images.githubusercontent.com/6193897/52024491-f7ab2f00-253b-11e9-8be9-995e84416f01.png)

enhancement