@Incubating public class CppUnitTestPlugin extends Object implements Plugin<Project>
RunTestExecutable task that relies on the exit code of the binary.| Constructor | 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,
                 TargetMachineFactory targetMachineFactory) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | apply(Project 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,
                         TargetMachineFactory targetMachineFactory)