Class GoogleTestConventionPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.test.googletest.plugins.GoogleTestConventionPlugin
-
@Incubating public abstract class GoogleTestConventionPlugin extends java.lang.Object implements Plugin<Project>
A plugin that applies theGoogleTestPlugin
and adds conventions on top of it.
-
-
Constructor Summary
Constructors Constructor Description GoogleTestConventionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-