Class GoogleTestConventionPlugin

java.lang.Object
org.gradle.nativeplatform.test.googletest.plugins.GoogleTestConventionPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public abstract class GoogleTestConventionPlugin extends Object implements Plugin<Project>
A plugin that applies the GoogleTestPlugin and adds conventions on top of it.
  • Constructor Details Link icon

    • GoogleTestConventionPlugin Link icon

      public GoogleTestConventionPlugin()
  • Method Details Link icon

    • apply Link icon

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object