ComponentSpec
, GeneralComponentSpec
, ModelElement
, Named
, SourceComponentSpec
, VariantComponent
, VariantComponentSpec
CUnitTestSuiteSpec
, GoogleTestTestSuiteSpec
, JUnitTestSuiteSpec
, JvmTestSuiteSpec
, NativeTestSuiteSpec
@Incubating public interface TestSuiteSpec extends GeneralComponentSpec
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
ComponentSpec |
getTestedComponent() |
The tested component.
|
void |
setTestedComponent(ComponentSpec testedComponent) |
Sets the tested component.
|
void |
testing(ComponentSpec testedComponent) |
Sets the tested component.
|
getProjectPath
getDisplayName
getSources
getName, getVariants
getBinaries
ComponentSpec getTestedComponent()
void setTestedComponent(ComponentSpec testedComponent)
testedComponent
- the component under testvoid testing(ComponentSpec testedComponent)
testedComponent
- the component under test