| Annotation Type | Description |
|---|---|
| TestParallel |
Annotate that a test class can be run in parallel.
|
| TestParallelClassesAndMethods |
Annotate that methods in this test class can be run in parallel and it can run in parallel with
other test classes.
|
| TestParallelMethods |
Annotate that methods in this test class can be run in parallel.
|
| TestSerial |
Annotate that a test class must be run in serial.
|