microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
45 stars 7 forks source link

Check how is the test delegation implementation work when the project contains multiple test sourcesets #158

Open jdneo opened 6 days ago

jdneo commented 5 days ago

@donat, do you mean instead of directly call TestLauncher.run, we need to call TestLauncher.withTestsFor() to specify the test tack to be used?