| Package | Description |
|---|---|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| Modifier and Type | Method and Description |
|---|---|
static StepEventBus |
StepEventBus.getEventBus()
The event bus used to inform listening classes about when tests and test steps start and finish.
|
StepEventBus |
BaseStepListener.getEventBus() |
StepEventBus |
StepEventBus.registerListener(StepListener listener)
Register a listener to receive notification at different points during a test's execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStepListener.setEventBus(StepEventBus eventBus) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.