public static class AbstractStepResult.Pending extends AbstractStepResult
AbstractStepResult.Failed, AbstractStepResult.Ignorable, AbstractStepResult.NotPerformed, AbstractStepResult.Pending, AbstractStepResult.Skipped, AbstractStepResult.Successful
step, throwable
Constructor and Description |
---|
AbstractStepResult.Pending(java.lang.String step) |
AbstractStepResult.Pending(java.lang.String step,
PendingStepFound e) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(StoryReporter reporter) |
failed, failed, getFailure, ignorable, notPerformed, parametrisedStep, pending, pending, skipped, successful, toString, withParameterValues
public AbstractStepResult.Pending(java.lang.String step)
public AbstractStepResult.Pending(java.lang.String step, PendingStepFound e)
public void describeTo(StoryReporter reporter)
Copyright © 2003-2014. All Rights Reserved.