Uses of Class
net.thucydides.core.steps.ExecutedStepDescription
| Package | Description |
|---|---|
| net.thucydides.core.logging | |
| net.thucydides.core.steps |
-
Uses of ExecutedStepDescription in net.thucydides.core.logging
Methods in net.thucydides.core.logging with parameters of type ExecutedStepDescription Modifier and Type Method Description voidConsoleLoggingListener. skippedStepStarted(ExecutedStepDescription description)voidConsoleLoggingListener. stepStarted(ExecutedStepDescription description) -
Uses of ExecutedStepDescription in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return ExecutedStepDescription Modifier and Type Method Description ExecutedStepDescriptionExecutedStepDescription. asAQuestion()ExecutedStepDescriptionExecutedStepDescription. clone()ExecutedStepDescriptionStepFailure. getDescription()static ExecutedStepDescriptionExecutedStepDescription. of(java.lang.Class<? extends java.lang.Object> stepsClass, java.lang.String name)We might not have the test class provided (e.g.static ExecutedStepDescriptionExecutedStepDescription. of(java.lang.Class<? extends java.lang.Object> stepsClass, java.lang.String name, java.lang.Object[] arguments)ExecutedStepDescriptionExecutedStepDescription. withDisplayedFields(java.util.Map<java.lang.String,java.lang.Object> displayedFields)ExecutedStepDescriptionExecutedStepDescription. withName(java.lang.String newName)static ExecutedStepDescriptionExecutedStepDescription. withTitle(java.lang.String name)Methods in net.thucydides.core.steps with parameters of type ExecutedStepDescription Modifier and Type Method Description static AnnotatedStepDescriptionAnnotatedStepDescription. from(ExecutedStepDescription description)voidStepListener. skippedStepStarted(ExecutedStepDescription description)Called when a test step is about to be started, but this step is scheduled to be skipped.voidStepListener. stepStarted(ExecutedStepDescription description)Called when a test step is about to be started.Constructors in net.thucydides.core.steps with parameters of type ExecutedStepDescription Constructor Description StepFailure(ExecutedStepDescription description, java.lang.Throwable cause)