...
Code Block | ||||
---|---|---|---|---|
| ||||
<repository>
<name/>
<isDefault/>
<projectName/>
<systemUnderTest/>
<runnerName/>
<type/>
<root/>
<dialect/>
<suites>
<suite/>
</suites>
<tests>
<test/>
</tests>
</repository>
|
...
Element | Description | Type |
---|---|---|
name |
| String |
isDefault |
| boolean |
projectName |
| String |
systemUnderTest |
| String |
runnerName | The runner assigned to this repository. It defaults to the default JAVA runner if not set. | String |
type |
| Class name |
root |
| String |
dialect | The dialect to use with this repository. It's a Class name, eventually followed by the constructor args separated by semicolon. | Class;Args1;Args2 |
suites |
| List of |
tests |
| List of |