Groovy Documentation

org.gradle.nativebinaries.test.cunit.plugins
[Groovy] Class CUnitPlugin

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

@Incubating
class CUnitPlugin

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


Constructor Summary
CUnitPlugin(Instantiator instantiator, NativeDependencyResolver resolver)

 
Method Summary
void apply(ProjectInternal project)

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

Constructor Detail

CUnitPlugin

@Inject
CUnitPlugin(Instantiator instantiator, NativeDependencyResolver resolver)


 
Method Detail

apply

void apply(ProjectInternal project)


 

Gradle API 1.12