| Package | Description |
|---|---|
| net.thucydides.core.logging | |
| net.thucydides.core.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleLoggingListener.skippedStepStarted(ExecutedStepDescription description) |
void |
ConsoleLoggingListener.stepStarted(ExecutedStepDescription description) |
| Modifier and Type | Method and Description |
|---|---|
ExecutedStepDescription |
ExecutedStepDescription.asAQuestion() |
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.
|
static ExecutedStepDescription |
ExecutedStepDescription.of(Class<? extends Object> stepsClass,
String name,
Object[] arguments) |
ExecutedStepDescription |
ExecutedStepDescription.withDisplayedFields(Map<String,Object> displayedFields) |
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 |
StepListener.stepStarted(ExecutedStepDescription description)
Called when a test step is about to be started.
|
| Constructor and Description |
|---|
StepFailure(ExecutedStepDescription description,
Throwable cause) |
Copyright © 2023. All rights reserved.