org.jbehave.core.steps
Class StepResult.Failed

java.lang.Object
  extended by org.jbehave.core.steps.StepResult
      extended by org.jbehave.core.steps.StepResult.Failed
Enclosing class:
StepResult

public static class StepResult.Failed
extends StepResult


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.core.steps.StepResult
StepResult.Failed, StepResult.Ignorable, StepResult.NotPerformed, StepResult.Pending, StepResult.Success
 
Field Summary
 
Fields inherited from class org.jbehave.core.steps.StepResult
step, throwable
 
Constructor Summary
StepResult.Failed(java.lang.String step, java.lang.Throwable throwable)
           
 
Method Summary
 void describeTo(StoryReporter reporter)
           
 
Methods inherited from class org.jbehave.core.steps.StepResult
failure, getThrowable, getTranslatedText, ignorable, notPerformed, pending, pending, success, withTranslatedText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepResult.Failed

public StepResult.Failed(java.lang.String step,
                         java.lang.Throwable throwable)
Method Detail

describeTo

public void describeTo(StoryReporter reporter)
Specified by:
describeTo in class StepResult


Copyright © 2003-2010. All Rights Reserved.