microsoft/vscode-java-test

junit not support to scan test case in src/main/java folder

nowsdt opened this issue · 1 comments

not support write test case in src/main/java folder, only support write case in /src/test/java, but idea,eclipse support.
sometimes ,we write test case in src/main/java just want to instead main method for quick test

Basically, we scan the test cases according to the configuration in build.gradle/pom.xml.

See: https://github.com/microsoft/vscode-java-test/wiki/FAQ

In the future, if the capability of marking a source root as test root is supported, this issue can be resolved by marking src/main/java as test.