| Package | Description |
|---|---|
| ru.yandex.qatools.allure.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StepEvent
Implement this interface to allow access to current step context.
|
interface |
TestCaseEvent
Implement this interface to allow access to current testCase context.
|
interface |
TestSuiteEvent
Implement this interface to allow access to current testSuite context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMakeAttachEvent
Java class for abstract-make-attach-event complex type.
|
class |
AbstractMakeAttachmentEvent
Java class for abstract-make-attachment-event complex type.
|
class |
AbstractRemoveAttachmentEvent
Java class for abstract-remove-attachment-event complex type.
|
class |
AbstractStepCanceledEvent
Java class for abstract-step-canceled-event complex type.
|
class |
AbstractStepFailureEvent
Java class for abstract-step-failure-event complex type.
|
class |
AbstractStepFinishedEvent
Java class for abstract-step-finished-event complex type.
|
class |
AbstractStepStartedEvent
Java class for abstract-step-started-event complex type.
|
class |
AbstractTestCaseAddParameterEvent
Java class for abstract-test-case-add-parameter-event complex type.
|
class |
AbstractTestCaseFinishedEvent
Java class for abstract-test-case-finished-event complex type.
|
class |
AbstractTestCaseStartedEvent
Java class for abstract-test-case-started-event complex type.
|
class |
AbstractTestCaseStatusChangeEvent
Java class for abstract-test-case-status-change-event complex type.
|
class |
AbstractTestSuiteFinishedEvent
Java class for abstract-test-suite-finished-event complex type.
|
class |
AbstractTestSuiteStartedEvent
Java class for abstract-test-suite-started-event complex type.
|
class |
AddParameterEvent
Using to add parameters to TestCase.
|
class |
MakeAttachmentEvent
Using to add attachments to tests.
|
class |
RemoveAttachmentsEvent
Using to remove attachments from step.
|
class |
StepCanceledEvent
Using to change step status to
Status.CANCELED |
class |
StepFailureEvent
Using to mark current step as failed and attach for it
Throwable |
class |
StepFinishedEvent
Using to mark step finished
|
class |
StepStartedEvent
Using to start new step
|
class |
TestCaseCanceledEvent
Using to change testCase status to
Status.CANCELED |
class |
TestCaseFailureEvent
Using to change testCase status to
Status.FAILED or
Status.BROKEN |
class |
TestCaseFinishedEvent
Uisng to mark testCase finished
|
class |
TestCasePendingEvent
Using to change testCase status to
Status.PENDING |
class |
TestCaseStartedEvent
Using to start new testCase
|
class |
TestCaseStatusChangeEvent
Abstract TestCase status event
|
class |
TestSuiteFinishedEvent
Using to finish testSuite
|
class |
TestSuiteStartedEvent
Using to start new testSuite
|
Copyright © 2017 Yandex. All rights reserved.