|
||||||||||
| 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,
String annotated,
String resolved)
|
|
| Method Summary | |
|---|---|
String |
annotated()
Returns the step pattern as provided in the method annotation |
String |
resolved()
Return the step pattern as resolved by the step matcher |
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,
String annotated,
String resolved)
| Method Detail |
|---|
public String annotated()
public String resolved()
public StepType type()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||