org.jbehave.web.runner.context
Class StepdocContext.SerializableStepdoc
java.lang.Object
org.jbehave.web.runner.context.StepdocContext.SerializableStepdoc
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StepdocContext.SerializableStepdoc>
- Enclosing class:
- StepdocContext
public static class StepdocContext.SerializableStepdoc
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable<StepdocContext.SerializableStepdoc>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StepdocContext.SerializableStepdoc
public StepdocContext.SerializableStepdoc(org.jbehave.core.steps.Stepdoc stepdoc)
getStepType
public org.jbehave.core.steps.StepType getStepType()
getStartingWord
public java.lang.String getStartingWord()
getPattern
public java.lang.String getPattern()
getStepsClass
public java.lang.Class<?> getStepsClass()
getMethodSignature
public java.lang.String getMethodSignature()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
compareTo
public int compareTo(StepdocContext.SerializableStepdoc that)
- Specified by:
compareTo in interface java.lang.Comparable<StepdocContext.SerializableStepdoc>
Copyright © 2011. All Rights Reserved.