api / org.gradle.nativeplatform.test.googletest.plugins / GoogleTestPlugin

GoogleTestPlugin

@Incubating open class GoogleTestPlugin : Plugin<Project>

A plugin that sets up the infrastructure for testing native binaries with GoogleTest.

Constructors

<init>

GoogleTestPlugin()

A plugin that sets up the infrastructure for testing native binaries with GoogleTest.

Functions

apply

open fun apply(project: Project): Unit