org.jbehave.core.steps
Class AbstractStepResult.NotPerformed

java.lang.Object
  extended by org.jbehave.core.steps.AbstractStepResult
      extended by org.jbehave.core.steps.AbstractStepResult.NotPerformed
All Implemented Interfaces:
StepResult
Enclosing class:
AbstractStepResult

public static class AbstractStepResult.NotPerformed
extends AbstractStepResult


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.NotPerformed(java.lang.String step)
           
 
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

AbstractStepResult.NotPerformed

public AbstractStepResult.NotPerformed(java.lang.String step)
Method Detail

describeTo

public void describeTo(StoryReporter reporter)


Copyright © 2003-2010. All Rights Reserved.