Groovy Documentation

org.gradle.nativebinaries.test.plugins
[Groovy] Class NativeBinariesTestPlugin

java.lang.Object
  org.gradle.nativebinaries.test.plugins.NativeBinariesTestPlugin
All Implemented Interfaces:
Plugin

@Incubating
class NativeBinariesTestPlugin

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


Constructor Summary
NativeBinariesTestPlugin(Instantiator instantiator, ModelRules modelRules, NativeDependencyResolver resolver)

 
Method Summary
void apply(ProjectInternal project)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

NativeBinariesTestPlugin

@Inject
NativeBinariesTestPlugin(Instantiator instantiator, ModelRules modelRules, NativeDependencyResolver resolver)


 
Method Detail

apply

void apply(ProjectInternal project)


 

Gradle API 1.12