org.jbehave.core.steps
Class StepResult.Success

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

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

public StepResult.Success(java.lang.String string)
Method Detail

describeTo

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


Copyright © 2003-2010. All Rights Reserved.