throw new IllegalStateException(kind);
}
private void buildTestCases() {
SimpleFileReader reader = new SimpleFileReader(getCurrentDirectory() + INPUT_FILE);
reader.skipHeaderIncluding("<tbody>");
String blockStart = reader.readLine();
while ("<tr class=\"fail\">".equals(blockStart)) {
reader.assertLine("<td>Fail</td>");
String nameLine = reader.readLine();
String name = nameLine.substring(4, nameLine.length() - 5);