|
Annotation Types Summary |
| After |
Marks a method as cleanup method. |
| Before |
Marks a method as initializer method. |
| Ignored |
Annotates a test method to be evaluated as ignored. |
| Offset |
Specifies a number of data sets to skip initially in test execution. |
| Parallel |
Annotates a test class or method on which
invocations may occur concurrently. |
| Sequential |
Annotates a test class or method on which
invocations may not occur concurrently. |
| Suite |
Marks a class as test suite. |
| Test |
Annotates a method as test method. |
| TestAttribute |
|
| TestAttributes |
|