vscode-java-test
vscode-java-test copied to clipboard
Run and debug Java test cases in Visual Studio Code.

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....
Recently, when I run java test on web, it showed an errer: Failed to get workspace folder from test item: $(symbol-method) contextLoads().  **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...
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....
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...
I want to run certain tests with a particular maven profile. Let me know how can i do that.
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...
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...
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...