| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StepListener |
Thucydides.getStepListener() |
| Constructor and Description |
|---|
ThucydidesAgent(com.google.common.base.Optional<String> driver,
StepListener... additionalListeners)
Create a new Thucydides agent instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStepListener
Observes the test run and stores test run details for later reporting.
|
class |
ConsoleLoggingListener |
class |
ConsoleStepListener |
| Modifier and Type | Method and Description |
|---|---|
static StepListener |
Listeners.getLoggingListener() |
static StepListener |
Listeners.getStatisticsListener() |
| Modifier and Type | Method and Description |
|---|---|
protected List<StepListener> |
StepEventBus.getAllListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
StepEventBus.dropListener(StepListener stepListener) |
StepEventBus |
StepEventBus.registerListener(StepListener listener)
Register a listener to receive notification at different points during a test's execution.
|
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.