| 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(StepEvent event)
Process any StepEvent.
|
| 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 |
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenersNotifier.fire(StepEvent event)
Invoke to tell listeners that an custom step event processed
|
void |
LifecycleListener.fire(StepEvent event)
Called when Allure process any custom step event, such as
MakeAttachmentEvent |
Copyright © 2017 Yandex. All rights reserved.