| Annotation Type | Description |
|---|---|
| ParameterKey |
Used in parametrized tests.
|
| Step |
Annotation-marker for methods that are invoked during the test execution.
|
| TemplateConfig |
Template configuration.
|
| TestCaseId |
Annotation used to declare the uniqueness of the test method/class.
|
| TestCaseIdKey |
Annotation to mark a field or a method parameter that will be used to generate
TestCaseId.value() in a parameterized test |
| UniqueID | Deprecated
use
TestCaseId instead |