| Interface | Description |
|---|---|
| Event<T> |
User of this interface has control over test context
|
| StepEvent |
Implement this interface to allow access to current step context.
|
| TestCaseEvent |
Implement this interface to allow access to current testCase context.
|
| TestSuiteEvent |
Implement this interface to allow access to current testSuite context.
|
| Class | Description |
|---|---|
| AbstractMakeAttachEvent |
Java class for abstract-make-attach-event complex type.
|
| AbstractMakeAttachmentEvent |
Java class for abstract-make-attachment-event complex type.
|
| AbstractRemoveAttachmentEvent |
Java class for abstract-remove-attachment-event complex type.
|
| AbstractStepCanceledEvent |
Java class for abstract-step-canceled-event complex type.
|
| AbstractStepFailureEvent |
Java class for abstract-step-failure-event complex type.
|
| AbstractStepFinishedEvent |
Java class for abstract-step-finished-event complex type.
|
| AbstractStepStartedEvent |
Java class for abstract-step-started-event complex type.
|
| AbstractTestCaseAddParameterEvent |
Java class for abstract-test-case-add-parameter-event complex type.
|
| AbstractTestCaseFinishedEvent |
Java class for abstract-test-case-finished-event complex type.
|
| AbstractTestCaseStartedEvent |
Java class for abstract-test-case-started-event complex type.
|
| AbstractTestCaseStatusChangeEvent |
Java class for abstract-test-case-status-change-event complex type.
|
| AbstractTestSuiteFinishedEvent |
Java class for abstract-test-suite-finished-event complex type.
|
| AbstractTestSuiteStartedEvent |
Java class for abstract-test-suite-started-event complex type.
|
| AddParameterEvent |
Using to add parameters to TestCase.
|
| ClearStepStorageEvent |
Java class for clear-step-storage-event complex type.
|
| ClearTestStorageEvent |
Java class for clear-test-storage-event complex type.
|
| MakeAttachmentEvent |
Using to add attachments to tests.
|
| ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the ru.yandex.qatools.allure.events package.
|
| RemoveAttachmentsEvent |
Using to remove attachments from step.
|
| StepCanceledEvent |
Using to change step status to
Status.CANCELED |
| StepFailureEvent |
Using to mark current step as failed and attach for it
Throwable |
| StepFinishedEvent |
Using to mark step finished
|
| StepStartedEvent |
Using to start new step
|
| TestCaseCanceledEvent |
Using to change testCase status to
Status.CANCELED |
| TestCaseFailureEvent |
Using to change testCase status to
Status.FAILED or
Status.BROKEN |
| TestCaseFinishedEvent |
Uisng to mark testCase finished
|
| TestCasePendingEvent |
Using to change testCase status to
Status.PENDING |
| TestCaseStartedEvent |
Using to start new testCase
|
| TestCaseStatusChangeEvent |
Abstract TestCase status event
|
| TestSuiteFinishedEvent |
Using to finish testSuite
|
| TestSuiteStartedEvent |
Using to start new testSuite
|
Copyright © 2017 Yandex. All rights reserved.