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