public interface StepResult
Modifier and Type | Interface and Description |
---|---|
static class |
StepResult.Type |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(StoryReporter reporter) |
UUIDExceptionWrapper |
getFailure() |
String |
parametrisedStep() |
StepResult |
withDurationInMillis(long duration) |
StepResult |
withParameterValues(String parametrisedStep) |
String parametrisedStep()
StepResult withParameterValues(String parametrisedStep)
StepResult withDurationInMillis(long duration)
void describeTo(StoryReporter reporter)
UUIDExceptionWrapper getFailure()
Copyright © 2003–2015. All rights reserved.