vscode-java-test
vscode-java-test copied to clipboard
Run and debug Java test cases in Visual Studio Code.
Looks like the upstream test runner could not deal with this case decently. I can see traces: ``` org.eclipse.core.runtime.CoreException: No tests found with test runner 'JUnit 4'. at org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate.abort(JUnitLaunchConfigurationDelegate.java:763) at...
## Environment: - OS: Windows10 - VS Code: v1.60.2 - JDK: v11 - Java Test Runner Extension: v0.32.0 ## Repro steps: 1. git clone : https://github.com/tsukasa89/test-runner-example 2. Open test-runner-example with...
I'm trying to run tests for a project which uses Arquillian integration test framework. The project has an alternative `pom.xml` file (outside of the root dir of the project) which...
See the title.
Now that the Java Language Support Extension has embedded JRE 17 to run all Java extensions, it's time to migrate to Java 11. Signed-off-by: Sheng Chen
## 環境 * Windows 10 Pro * Visual Studio Code 1.56 * Java Extension Pack 0.14.0 * Java Test Runner 0.29.0 ## 問題 JPMSの(module-info.javaを含む)テストを実行しようとすると、 TestEngineを探しに行くときにネットワークパスを探しに行ってエラーとなります。 > java.util.ServiceConfigurationError: org.junit.platform.engine.TestEngine: Error locating...
Per user feedback "After creation I would expect to have the cursor in place to directly enter the test method name. Instead it is somewhere above the new method” "...
I am filtering out large acceptance tests via the filter textbox. I would like to press a button that only runs the tests that are currently in view.
I'm trying to add listeners when running testNG tests using the Java Test runner. In my settings.xml I've added: "java.test.config": { "name": "RunWithContinue", "workingDirectory": "${workspaceFolder}", "args": [ "-listener", "org.test.TestFilter" ]...