NativeTestSuiteSpec

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

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
Link copied to clipboard
abstract fun testing(p: ComponentSpec)