public class StepPattern extends Object
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 and Description |
---|
StepPattern(StepType stepType,
String annotated,
String resolved) |
Modifier and Type | Method and Description |
---|---|
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
|
public String annotated()
public String resolved()
public StepType type()
Copyright © 2003–2016. All rights reserved.