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

Might be a nice usability improvement to show a notification or special icon when trying to run a disabled test, or a test in a disabled test suite. Today -...

enhancement
upstream

I prepare repo: https://github.com/pumano/vscode-mapstruct-tests just check via `gradle clean test` and then try to run via vscode. You got `java.lang.ExceptionInInitializerError` which Caused by: `java.lang.ClassNotFoundException: Cannot find implementation for com.example.vscode.mapstructdemo.mappers.ExampleMapper` looks...

upstream

[provide a description of the issue] ##### Environment Debugger for Java - v0.36.0 Language Support for Java(TM) by Red Hat - v0.82.0 ``` Version: 1.61.0 (user setup) Commit: ee8c7def80afc00dd6e593ef12f37756d8f504ea Date:...

upstream

**Environment:** OS: Windows JDK: 11 Java Test Runner Extension: 0.31.2 **Repro steps:** 1.git clone : [https://github.com/ZhengJun003/junit5-samples/tree/testrunner](https://github.com/ZhengJun003/junit5-samples/tree/testrunner) 2.Open junit5-jupiter-starter-maven with VSCode 3.Click "Run All Tests" from Test Explorer **Result:** Tests inside...

bug
help wanted

Is it possible to run a JUnit test(s) through the vscode-java-test plugin and have the coverage XML files updated immediately afterwards? I'm using the [Coverage Gutters plugin](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) by ryanluker to...

enhancement

_Referenced from @emyklebost:_ Hello. I've created a custom JUnit5 TestEngine that reads test-scenarios from .json files. I would like to run these tests in vscode using the junit-platform-console-standalone.jar without a...

enhancement

Consider adding support for TestNG class level annotations. https://testng.org/doc/documentation-main.html#class-level With TestNG the `@Test` annotation can be placed on a class instead of the method. In this case all `public void`...

bug

After running the test class which annotated with `@RunWith`, we should show the status.

bug

Project: http://www.mkyong.com/wp-content/uploads/2014/01/TestNG-Spring-Example.zip ### Environment: OS: Windows/Mac JDK: 8/12 Java Test Runner Extension: 0.17.0 ### Repro steps: 1. Download and open the project in VSCode 2. Open TestParameterXML.java file 3. Run...

bug

Hi, I have a tests.jar package that has the tests included, I did not write the tests, instead the've been downloaded by maven, the pom.xml has them as dependency. I've...

enhancement