TestSuiteSpec

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

Inheritors

Functions

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
The tested component.
Link copied to clipboard
abstract fun getVariants(): Iterable<out Binary>
Link copied to clipboard
abstract fun setTestedComponent(testedComponent: ComponentSpec)
Sets the tested component.
Link copied to clipboard
abstract fun testing(testedComponent: ComponentSpec)
Sets the tested component.