|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutedStepDescription | |
|---|---|
| net.thucydides.core.steps | Base class to be used when writing a library of resuable test steps. |
| Uses of ExecutedStepDescription in net.thucydides.core.steps |
|---|
| Methods in net.thucydides.core.steps that return ExecutedStepDescription | |
|---|---|
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)
|
| Methods in net.thucydides.core.steps with parameters of type ExecutedStepDescription | |
|---|---|
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. |
| Constructors in net.thucydides.core.steps with parameters of type ExecutedStepDescription | |
|---|---|
StepFailure(ExecutedStepDescription description,
Throwable cause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||