| Package | Description |
|---|---|
| ru.yandex.qatools.allure | |
| ru.yandex.qatools.allure.events | |
| ru.yandex.qatools.allure.experimental | |
| ru.yandex.qatools.allure.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Allure.fire(TestCaseStartedEvent event)
Process TestCaseStartedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseStartedEvent |
TestCaseStartedEvent.withDescription(ru.yandex.qatools.allure.model.Description description)
Sets description using fluent-api
|
TestCaseStartedEvent |
TestCaseStartedEvent.withLabels(ru.yandex.qatools.allure.model.Label label,
ru.yandex.qatools.allure.model.Label... labels)
Sets labels using fluent-api
|
TestCaseStartedEvent |
TestCaseStartedEvent.withTitle(String title)
Sets title using fluent-api
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenersNotifier.fire(TestCaseStartedEvent event)
Invoke to tell listeners that an test case started event processed
|
void |
LifecycleListener.fire(TestCaseStartedEvent event)
Called when a test case started
|
| Modifier and Type | Method and Description |
|---|---|
static TestCaseStartedEvent |
AnnotationManager.withExecutorInfo(TestCaseStartedEvent event)
Add information about host and thread to specified test case started event
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationManager.update(TestCaseStartedEvent event)
Sets into specified
TestCaseStartedEvent
information from Allure annotations. |
static TestCaseStartedEvent |
AnnotationManager.withExecutorInfo(TestCaseStartedEvent event)
Add information about host and thread to specified test case started event
|
Copyright © 2017 Yandex. All rights reserved.