Class XCTestConventionPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.test.xctest.plugins.XCTestConventionPlugin
-
- All Implemented Interfaces:
Plugin<org.gradle.api.internal.project.ProjectInternal>
@Incubating public class XCTestConventionPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A plugin that sets up the infrastructure for testing native binaries with XCTest test framework. It also adds conventions on top of it.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description XCTestConventionPlugin(org.gradle.nativeplatform.test.xctest.internal.MacOSSdkPlatformPathLocator sdkPlatformPathLocator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
-