|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepDefinition
| Method Summary | |
|---|---|
void |
execute(gherkin.I18n i18n,
Object[] args)
Invokes the step definition. |
String |
getLocation(boolean detail)
The source line where the step definition is defined. |
List<ParameterType> |
getParameterTypes()
The parameter types this step definition can be invoked with. |
String |
getPattern()
|
boolean |
isDefinedAt(StackTraceElement stackTraceElement)
Return true if this matches the location. |
List<gherkin.formatter.Argument> |
matchedArguments(gherkin.formatter.model.Step step)
Returns a list of arguments. |
| Method Detail |
|---|
List<gherkin.formatter.Argument> matchedArguments(gherkin.formatter.model.Step step)
String getLocation(boolean detail)
detail - true if extra detailed location information should be included.List<ParameterType> getParameterTypes()
void execute(gherkin.I18n i18n,
Object[] args)
throws Throwable
Throwableboolean isDefinedAt(StackTraceElement stackTraceElement)
String getPattern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||