@Incubating public class NativeTestingBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Expects plugins to register the native test suites in the Project.getComponents()
container, and defines a number of rules that act on these components to configure them.
"test"
task."test"
task to run the tests of the test
component, if present. Expects the test component to be of type TestSuiteComponent
.Constructor and Description |
---|
NativeTestingBasePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|