public interface EventListener extends Plugin
When cucumber executes test in parallel or in a framework
that supports parallel execution (e.g. JUnit or TestNG)
Events are stored and published
in @Event.CANONICAL_ORDER after the test run has
completed.
Event,
ConcurrentEventListener| Modifier and Type | Method and Description |
|---|---|
void |
setEventPublisher(EventPublisher publisher)
Set the event publisher.
|
void setEventPublisher(EventPublisher publisher)
publisher - the event publisherCopyright © 2019. All rights reserved.