Plugin<org.gradle.api.internal.project.ProjectInternal>
@Incubating public class CppUnitTestPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
RunTestExecutable
task that relies on the exit code of the binary.Constructor | Description |
---|---|
CppUnitTestPlugin(org.gradle.api.internal.file.FileOperations fileOperations,
ObjectFactory objectFactory) |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project) |
Apply this plugin to the given target object.
|
@Inject public CppUnitTestPlugin(org.gradle.api.internal.file.FileOperations fileOperations, ObjectFactory objectFactory)