-
- All Implemented Interfaces:
public interface ClasspathTestRunSourceSupport
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setExecutionSourceFrom(FileCollection classpath, FileCollection testClassesDirs)
Select the exact classpath to run the tests from.
-
-
-
Method Detail
-
setExecutionSourceFrom
abstract Unit setExecutionSourceFrom(FileCollection classpath, FileCollection testClassesDirs)
Select the exact classpath to run the tests from.
Only the classes from testClasses will be treated as tests.
This overrides other KotlinExecution.executionSource selection options.
-
-