Class GoogleTestPlugin

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

@Incubating public class GoogleTestPlugin extends Object implements Plugin<Project>
A plugin that sets up the infrastructure for testing native binaries with GoogleTest.
  • Constructor Details

    • GoogleTestPlugin

      public GoogleTestPlugin()
  • 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