Searched refs:TestSection (Results 1 – 4 of 4) sorted by relevance
34 public abstract static class TestSection { class in CellLayoutTestCaseReader37 public TestSection(State state) { in TestSection() method in CellLayoutTestCaseReader.TestSection50 public static class Comment extends TestSection {56 public static class Arguments extends TestSection {65 public static class Board extends TestSection {112 private TestSection parseNextLine(Iterator<String> it) { in parseNextLine()130 public List<TestSection> parse() { in parse()131 List<TestSection> sections = new ArrayList<>(); in parse()135 TestSection section = parseNextLine(it); in parse()
66 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()
294 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestCases()
289 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()305 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap()