NativeTestSuiteSpec

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

Since

4.2

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getVariants(): Iterable<out Binary>
Link copied to clipboard
abstract fun setBaseName(baseName: String)
Link copied to clipboard
abstract fun setTestedComponent(testedComponent: ComponentSpec)
Link copied to clipboard
abstract fun testing(testedComponent: ComponentSpec)