@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 and Description |
---|
CppUnitTestPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory,
org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector,
ObjectFactory objectFactory,
org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory) |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|
@Inject public CppUnitTestPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory, org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector, ObjectFactory objectFactory, org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory)