...
Before the class declaration.
CLI Command Syntax
- Enclose the name of the test suite you are running with square brackets.
- e.g.,
test [myTestSuite]
Examples
Test class #1 has some @JoinSuite
annotations.
...
When test suite 'aud
' is run from the command line, only one test class is run, because only one test class is annotated for the 'aud
' suite.
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...