Skip to content

Conversation

@jdneo
Copy link
Member

@jdneo jdneo commented May 14, 2019

Resolve #470

Now if the project is a General Java project, which means it's a Java project but is not built by Maven/Gradle, Test Runner will always treat the classpaths as test classpaths.

For Maven projects, the user should use <testSourceDirectory/> to configure the test source paths.

For Gradle projects, the user should use sourceSets to configure the test source paths.

For Eclipse & Invisible projects, all the source files are treated as testable files

For Default (single file) project, it will be ignored.

@jdneo jdneo added this to the 0.16.1 milestone May 14, 2019
@jdneo jdneo requested review from Eskibear and yaohaizh May 14, 2019 04:29
@jdneo jdneo merged commit ec740b4 into master May 16, 2019
@jdneo jdneo deleted the cs/mark-test-folder branch May 16, 2019 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run/Debug code lenses don't appear

4 participants