@API(status=STABLE)
public interface Snippet
Modifier and Type | Method and Description |
---|---|
String |
arguments(Map<String,Type> arguments)
Constructs a string representation of the arguments a step definition should accept.
|
String |
escapePattern(String pattern) |
String |
tableHint() |
MessageFormat |
template() |
MessageFormat template()
MessageFormat
template used to generate a snippet. The template can access the
following variables:
escapePattern(String)
arguments(Map)
tableHint()
if the step has a tableString tableHint()
String arguments(Map<String,Type> arguments)
arguments
- ordered pairs of names and typesCopyright © 2020. All rights reserved.