api / org.gradle.nativeplatform.test

Package org.gradle.nativeplatform.test

Types

NativeTestSuiteBinarySpec

interface NativeTestSuiteBinarySpec : TestSuiteBinarySpec, NativeBinarySpec

An executable which runs a suite of tests.

NativeTestSuiteSpec

interface NativeTestSuiteSpec : TestSuiteSpec, NativeComponentSpec

A component representing a suite of tests that will be executed together.

TestComponent

interface TestComponent : SoftwareComponent

Represents a component that can run tests.

TestSuiteComponent

interface TestSuiteComponent : SoftwareComponent

Represents a component that defines a test suite.