verify(listener).step("When ", "I pøsh <x> onto the stack", 5);
}
@Test
public void shouldScanUtf8FeatureInFileProperly() throws UnsupportedEncodingException {
Listener listener = mock(Listener.class);
Lexer lexer = new I18nLexer(listener);
String feature = FixJava.readResource("/gherkin/utf8.feature");
lexer.scan(feature);