public List<Argument> matchedArguments(final Step step) {
return argumentMatcher.argumentsFrom(step.getName());
}
public String getLocation(final boolean detail) {
MethodFormat format = detail ? MethodFormat.FULL : MethodFormat.SHORT;
return format.format(method);
}