verify(checkConfig, getPath("InputIllegalTokens.java"), expected);
}
@Test
public void testGood2() throws Exception
{
final DefaultConfiguration checkConfig =
createCheckConfig(OuterTypeFilenameCheck.class);
final String[] expected = {};
verify(checkConfig, getPath("Input15Extensions.java"), expected);
}