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