|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.model.StepPattern
public class StepPattern
Represents a step pattern, as provided in the method annotations.
This pattern will in turn be resolved by the chosen StepMatcher,
e.g. a regex pattern if using the RegexStepMatcher
| Constructor Summary | |
|---|---|
StepPattern(StepType stepType,
java.lang.String annotated,
java.lang.String resolved)
|
|
| Method Summary | |
|---|---|
java.lang.String |
annotated()
Returns the step pattern as provided in the method annotation |
java.lang.String |
resolved()
Return the step pattern as resolved by the step matcher |
java.lang.String |
toString()
|
StepType |
type()
Return the step type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StepPattern(StepType stepType,
java.lang.String annotated,
java.lang.String resolved)
| Method Detail |
|---|
public java.lang.String annotated()
public java.lang.String resolved()
public StepType type()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||