org.jbehave.core.steps
Class StepResult.Ignorable

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

public static class StepResult.Ignorable
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.Ignorable(java.lang.String step)
           
 
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.Ignorable

public StepResult.Ignorable(java.lang.String step)
Method Detail

describeTo

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


Copyright © 2003-2010. All Rights Reserved.