public static class AbstractStepResult.Pending extends AbstractStepResult
AbstractStepResult.Failed, AbstractStepResult.Ignorable, AbstractStepResult.NotPerformed, AbstractStepResult.Pending, AbstractStepResult.Silent, AbstractStepResult.Skipped, AbstractStepResult.Successful
StepResult.Type
step, throwable, type
Constructor and Description |
---|
Pending(String step) |
Pending(String step,
PendingStepFound e) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(StoryReporter reporter) |
durationInMillis, failed, failed, getFailure, ignorable, notPerformed, parametrisedStep, pending, pending, silent, skipped, successful, successful, toString, withDurationInMillis, withParameterValues
public Pending(String step)
public Pending(String step, PendingStepFound e)
public void describeTo(StoryReporter reporter)
Copyright © 2003–2015. All rights reserved.