A component representing a suite of tests that will be built and executed together.
Type | Name and description |
---|---|
ComponentSpec |
getTestedComponent() The tested component. |
void |
setTestedComponent(ComponentSpec testedComponent) Sets the tested component. |
void |
testing(ComponentSpec testedComponent) Sets the tested component. |
Methods inherited from class | Name |
---|---|
interface ComponentSpec |
getProjectPath |
interface SourceComponentSpec |
getSources |
interface VariantComponentSpec |
getBinaries |
The tested component.
Sets the tested component.
testedComponent
- the component under testSets the tested component.
testedComponent
- the component under test