api / org.gradle.nativeplatform.test.xctest.plugins / XCTestConventionPlugin

XCTestConventionPlugin

@Incubating open class XCTestConventionPlugin : Plugin<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

Constructors

<init>

XCTestConventionPlugin(sdkPlatformPathLocator: MacOSSdkPlatformPathLocator, toolChainSelector: ToolChainSelector, componentFactory: NativeComponentFactory, objectFactory: ObjectFactory, attributesFactory: ImmutableAttributesFactory)

Functions

apply

open fun apply(project: ProjectInternal): Unit