org.jbehave.core.steps
Class IgnorableStep

java.lang.Object
  extended by org.jbehave.core.steps.IgnorableStep
All Implemented Interfaces:
Step

public class IgnorableStep
extends java.lang.Object
implements Step


Constructor Summary
IgnorableStep(java.lang.String step)
           
 
Method Summary
 StepResult doNotPerform()
           
 java.lang.String getDescription()
           
 StepResult perform()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IgnorableStep

public IgnorableStep(java.lang.String step)
Method Detail

perform

public StepResult perform()
Specified by:
perform in interface Step

getDescription

public java.lang.String getDescription()

doNotPerform

public StepResult doNotPerform()
Specified by:
doNotPerform in interface Step

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2010. All Rights Reserved.