throw new StartingWordNotFound(stepType, new HashMap<StepType, String>());
}
};
StepCandidate candidate = new StepCandidate("windows on the $nth floor", 0, WHEN, method, null, null, keywords,
new RegexPrefixCapturingPatternParser(), new ParameterConverters(), new ParameterControls());
assertThat(candidate.matches("When windows on the 1st floor"), is(false));
assertThat(candidate.ignore("!-- windows on the 1st floor"), is(false));
}