| Package | Description |
|---|---|
| ru.yandex.qatools.allure | |
| ru.yandex.qatools.allure.events | |
| ru.yandex.qatools.allure.experimental |
| Modifier and Type | Method and Description |
|---|---|
void |
Allure.fire(TestCaseEvent event)
Process TestCaseEvent.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
AddParameterEvent
Using to add parameters to TestCase.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenersNotifier.fire(TestCaseEvent event)
Invoke to tell listeners that an custom test case event processed
|
void |
LifecycleListener.fire(TestCaseEvent event)
Called when Allure process any custom test case event, such as
AddParameterEvent |
Copyright © 2017 Yandex. All rights reserved.