| Interface | Description |
|---|---|
| StepListener |
Represents a class interested in knowing about test execution flow and results.
|
| Class | Description |
|---|---|
| AnnotatedStepDescription |
Test steps and step groups can be described by various annotations.
|
| ConsoleLoggingListener | |
| ExecutedStepDescription |
A description of a step executed during a Thucydides step run.
|
| FilePathParser |
Builds a file path by substituting environment variables.
|
| MetaField | |
| ReplaceField | |
| ReplaceField.ReplaceFieldBuilder | |
| ScreenplayInspector | |
| StepArgumentWriter | |
| StepFailure |
Description and underlying cause behind a step failure.
|
| TestFailureCause | |
| TestStatus |
Determine the status of a method based on its annotations.
|
| Enum | Description |
|---|---|
| TestSourceType |
| Exception | Description |
|---|---|
| StepFailureException |
Used to indicate a failing step.
|