Uses of Class
net.thucydides.core.steps.StepFailure
Packages that use StepFailure
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of StepFailure in net.thucydides.core.logging
Methods in net.thucydides.core.logging with parameters of type StepFailureModifier and TypeMethodDescriptionvoidConsoleLoggingListener.lastStepFailed(StepFailure failure) voidConsoleLoggingListener.stepFailed(StepFailure failure) -
Uses of StepFailure in net.thucydides.core.model
Methods in net.thucydides.core.model with parameters of type StepFailure -
Uses of StepFailure in net.thucydides.core.model.failures
Methods in net.thucydides.core.model.failures with parameters of type StepFailure -
Uses of StepFailure in net.thucydides.core.steps
Methods in net.thucydides.core.steps with parameters of type StepFailureModifier and TypeMethodDescriptionvoidStepListener.lastStepFailed(StepFailure failure) Declare that a step has failed after it has finished.voidStepListener.stepFailed(StepFailure failure) Called when a test step fails.