|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepListener | |
|---|---|
| net.thucydides.core | Core domain model for the Thucydides application. |
| net.thucydides.core.bootstrap | |
| net.thucydides.core.steps | Base class to be used when writing a library of resuable test steps. |
| Uses of StepListener in net.thucydides.core |
|---|
| Methods in net.thucydides.core that return StepListener | |
|---|---|
static StepListener |
Thucydides.getStepListener()
|
| Uses of StepListener in net.thucydides.core.bootstrap |
|---|
| Constructors in net.thucydides.core.bootstrap with parameters of type StepListener | |
|---|---|
ThucydidesAgent(com.google.common.base.Optional<String> driver,
StepListener... additionalListeners)
Create a new Thucydides agent instance. |
|
| Uses of StepListener in net.thucydides.core.steps |
|---|
| Classes in net.thucydides.core.steps that implement StepListener | |
|---|---|
class |
BaseStepListener
Observes the test run and stores test run details for later reporting. |
class |
ConsoleLoggingListener
|
class |
ConsoleStepListener
|
| Methods in net.thucydides.core.steps that return StepListener | |
|---|---|
static StepListener |
Listeners.getLoggingListener()
|
static StepListener |
Listeners.getStatisticsListener()
|
| Methods in net.thucydides.core.steps that return types with arguments of type StepListener | |
|---|---|
protected List<StepListener> |
StepEventBus.getAllListeners()
|
| Methods in net.thucydides.core.steps with parameters of type StepListener | |
|---|---|
void |
StepEventBus.dropListener(StepListener stepListener)
|
StepEventBus |
StepEventBus.registerListener(StepListener listener)
Register a listener to receive notification at different points during a test's execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||