| Interface | Description |
|---|---|
| Allure.StepContext |
Step context.
|
| Allure.ThrowableContextRunnable<T,U> |
Runnable that allows to throw an exception and return any type.
|
| Allure.ThrowableContextRunnableVoid<T> |
Callable that allows to throw an exception and return void.
|
| Allure.ThrowableRunnable<T> |
Runnable that allows to throw an exception and return any type.
|
| Allure.ThrowableRunnableVoid |
Runnable that allows to throw an exception and return void.
|
| AllureResultsReader | Deprecated
scheduled to remove in 3.0
|
| AllureResultsWriter |
| Class | Description |
|---|---|
| Allure |
The class contains some useful methods to work with
AllureLifecycle. |
| AllureConstants | |
| AllureLifecycle |
The class contains Allure context and methods to change it.
|
| AllureUtils | Deprecated
scheduled to remove in 3.0.
|
| FileSystemResultsReader | Deprecated
scheduled to remove in 3.0
|
| FileSystemResultsWriter | |
| ReadError | Deprecated
scheduled to remove in 3.0
|
| Enum | Description |
|---|---|
| SeverityLevel |
| Exception | Description |
|---|---|
| AllureResultsWriteException |
| Annotation Type | Description |
|---|---|
| AllureId |
Used by Allure Enterprise to link test cases with related test methods.
|
| Attachment |
Used to mark methods that produce attachments.
|
| Description |
Annotation that allows to attach a description for a test or for a step.
|
| Epic |
Used to mark tests with epic label.
|
| Epics |
Wrapper annotation for
Epic. |
| Feature |
Used to mark tests with feature label.
|
| Features |
Wrapper annotation for
Feature. |
| Flaky |
Used to mark tests as flaky (unstable).
|
| Issue |
Used to link tests with issues.
|
| Issues |
Wrapper annotation for
Issue. |
| LabelAnnotation |
Marker annotation.
|
| LabelAnnotations |
Wrapper annotation for
LabelAnnotation. |
| Lead |
This annotation used to specify project leads for test case.
|
| Link |
Use this annotation to add some links to results.
|
| LinkAnnotation |
Marker annotation.
|
| LinkAnnotations |
Wrapper annotation for
LinkAnnotation. |
| Links |
Wrapper annotation for
Link. |
| Muted |
Used to mute tests.
|
| Owner |
This annotation used to specify owner for test case.
|
| Severity |
Used to set severity for tests.
|
| Step |
Annotations to mark step methods.
|
| Stories |
Wrapper annotation for
Story. |
| Story |
Used to mark test case with a story label.
|
| TmsLink |
Used to link tests with test cases in external test management system.
|
| TmsLinks |
Wrapper annotation for
TmsLink. |