|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.steps.AbstractStepResult
org.jbehave.core.steps.AbstractStepResult.Failed
public static class AbstractStepResult.Failed
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jbehave.core.steps.AbstractStepResult |
---|
AbstractStepResult.Failed, AbstractStepResult.Ignorable, AbstractStepResult.NotPerformed, AbstractStepResult.Pending, AbstractStepResult.Skipped, AbstractStepResult.Successful |
Field Summary |
---|
Fields inherited from class org.jbehave.core.steps.AbstractStepResult |
---|
step, throwable |
Constructor Summary | |
---|---|
AbstractStepResult.Failed(java.lang.String step,
java.lang.Throwable throwable)
|
Method Summary | |
---|---|
void |
describeTo(StoryReporter reporter)
|
Methods inherited from class org.jbehave.core.steps.AbstractStepResult |
---|
failed, getFailure, ignorable, notPerformed, parametrisedStep, pending, pending, skipped, successful, toString, withParameterValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractStepResult.Failed(java.lang.String step, java.lang.Throwable throwable)
Method Detail |
---|
public void describeTo(StoryReporter reporter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |