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

![image](https://github.com/microsoft/vscode-java-test/assets/80971832/005825b0-2f68-4261-a3ef-52af07ffbaf3)

Hello, I am using systemstubs library. As its author said, because of the way the library works, tests using it must be running in a forked vm, one per test....

enhancement

Recently, when I run java test on web, it showed an errer: Failed to get workspace folder from test item: $(symbol-method) contextLoads(). ![image](https://github.com/microsoft/vscode-java-test/assets/33516065/045691a1-b38a-4e6a-976a-13a672425934) **Tunnel Host OS**: Linux debian-server 6.1.0-16-amd64 #1...

When using the DynamicContainer and DynamicTest classes from JUnit 5 the tests cannot be properly launched from the test runner. The hierarchy of tests is displayed correctly but clicking on...

bug

Generate a sample Micronaut project using [Micronaut Launch](https://micronaut.io/launch/) service with `Micronaut 4.1.1`, `Java 17`, `Gradle`, and `JUnit` selected. Open generated project in VSCode with the [Extension Pack for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack) installed....

bug
upstream

Currently the `runTests()` of `testController.ts` is too complicated. What's the meaning of `IRunOption` and `IRunTestContext` Since the debugger's progress reporter api has released for years, we can assume the API...

eng

I want to run certain tests with a particular maven profile. Let me know how can i do that.

enhancement

If I edit code and don't save the file, running the tests sometimes executes the old code. When I click run, the files are saved, but there seems to be...

help wanted

It looks like something is wrong with the parsing of test failures when strings contain newlines. If I do: `assertEquals("if (x < 3){\n", "if (x < 3) {\n");` I get...

bug
help wanted

When parameters for a `ParameterizedTest` is provided by `MethodSource` that return stream of `Arguments` of non primitive type e.g. double[], the test results are not flagged with a green check...

bug
help wanted