Searched refs:CellLayoutTestCaseReader (Results 1 – 12 of 12) sorted by relevance
66 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()68 CellLayoutTestCaseReader.Board startBoard = in readNextCase()69 (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase()71 CellLayoutTestCaseReader.Arguments arguments = in readNextCase()72 (CellLayoutTestCaseReader.Arguments) sections.next(); in readNextCase()82 CellLayoutTestCaseReader.Board endBoard = (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase()
32 public class CellLayoutTestCaseReader { class86 protected CellLayoutTestCaseReader(String test) { in CellLayoutTestCaseReader() method in CellLayoutTestCaseReader90 public static CellLayoutTestCaseReader readFromFile(String fileName) throws IOException { in readFromFile()94 return new CellLayoutTestCaseReader(fileStr); in readFromFile()
294 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestCases()295 CellLayoutTestCaseReader.readFromFile(testPath).parse().iterator(); in getTestCases()
289 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()291 CellLayoutTestCaseReader.Board startBoard = in addTestCase()292 ((CellLayoutTestCaseReader.Board) sections.next()); in addTestCase()293 CellLayoutTestCaseReader.Arguments point = in addTestCase()294 ((CellLayoutTestCaseReader.Arguments) sections.next()); in addTestCase()295 CellLayoutTestCaseReader.Board endBoard = in addTestCase()296 ((CellLayoutTestCaseReader.Board) sections.next()); in addTestCase()305 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap()306 CellLayoutTestCaseReader.readFromFile(testPath).parse().iterator(); in getTestMap()
15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
19 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java