A component representing a suite of tests that will be executed together.
Type | Name and description |
---|---|
ComponentSpec |
getTestedComponent() The tested component. |
void |
testing(ComponentSpec testedComponent) Sets the tested component. |
Methods inherited from class | Name |
---|---|
interface TestSuiteSpec |
getTestedComponent, setTestedComponent, testing |
interface ComponentSpec |
getProjectPath |
interface SourceComponentSpec |
getSources |
interface VariantComponentSpec |
getBinaries |
The tested component.
Sets the tested component. The name of this method is not a regular setter just because of DSL.
testedComponent
- the component under test