Class GoogleTestConventionPlugin

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

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

    • GoogleTestConventionPlugin

      public GoogleTestConventionPlugin()
  • Method Details

    • apply

      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