| 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 |
|---|---|
ExecutedStepDescription |
ExecutedStepDescription.clone() |
ExecutedStepDescription |
StepFailure.getDescription() |
static ExecutedStepDescription |
ExecutedStepDescription.of(Class<? extends Object> stepsClass,
String name)
We might not have the test class provided (e.g.
|
ExecutedStepDescription |
ExecutedStepDescription.withName(String newName) |
static ExecutedStepDescription |
ExecutedStepDescription.withTitle(String name) |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedStepDescription |
AnnotatedStepDescription.from(ExecutedStepDescription description) |
void |
StepListener.skippedStepStarted(ExecutedStepDescription description)
Called when a test step is about to be started, but this step is scheduled to be skipped.
|
void |
StepEventBus.skippedStepStarted(ExecutedStepDescription executedStepDescription)
Record a step that is not scheduled to be executed (e.g.
|
void |
ConsoleStepListener.skippedStepStarted(ExecutedStepDescription description) |
void |
ConsoleLoggingListener.skippedStepStarted(ExecutedStepDescription description) |
void |
BaseStepListener.skippedStepStarted(ExecutedStepDescription description) |
void |
StepListener.stepStarted(ExecutedStepDescription description)
Called when a test step is about to be started.
|
void |
StepEventBus.stepStarted(ExecutedStepDescription stepDescription)
Start the execution of a test step.
|
void |
ConsoleStepListener.stepStarted(ExecutedStepDescription description) |
void |
ConsoleLoggingListener.stepStarted(ExecutedStepDescription description) |
void |
BaseStepListener.stepStarted(ExecutedStepDescription description)
A step within a test is called.
|
| Constructor and Description |
|---|
StepFailure(ExecutedStepDescription description,
Throwable cause) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.