| Package | Description |
|---|---|
| net.thucydides.core.logging | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.failures | |
| net.thucydides.core.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleLoggingListener.lastStepFailed(StepFailure failure) |
void |
ConsoleLoggingListener.stepFailed(StepFailure failure) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.lastStepFailedWith(StepFailure failure) |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
FailureAnalysis.resultFor(StepFailure stepFailure) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepListener.lastStepFailed(StepFailure failure)
Declare that a step has failed after it has finished.
|
void |
StepListener.stepFailed(StepFailure failure)
Called when a test step fails.
|
Copyright © 2022. All rights reserved.