Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<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 <suite> . Each suite is a string.

tests

 

List of <test> . Each test is a string.