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) |
public String annotated()
public String resolved()
public StepType type()
Copyright © 2003-2014. All Rights Reserved.