Package org.jbehave.core.steps
Interface StepResult
- All Known Implementing Classes:
AbstractStepResult,AbstractStepResult.Comment,AbstractStepResult.Failed,AbstractStepResult.Ignorable,AbstractStepResult.NotPerformed,AbstractStepResult.Pending,AbstractStepResult.Skipped,AbstractStepResult.Successful
public interface StepResult
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(StoryReporter reporter) setTimings(Timer timer) withParameterValues(String parametrisedStep)
-
Method Details
-
parametrisedStep
String parametrisedStep() -
withParameterValues
-
setTimings
-
describeTo
-
getFailure
UUIDExceptionWrapper getFailure()
-