Searched refs:CellLayoutTestCaseReader (Results 1 – 12 of 12) sorted by relevance
64 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()66 CellLayoutTestCaseReader.Board startBoard = in readNextCase()67 (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase()69 CellLayoutTestCaseReader.Arguments arguments = in readNextCase()70 (CellLayoutTestCaseReader.Arguments) sections.next(); in readNextCase()80 CellLayoutTestCaseReader.Board endBoard = (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase()
274 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()276 CellLayoutTestCaseReader.Board startBoard = in addTestCase()277 ((CellLayoutTestCaseReader.Board) sections.next()); in addTestCase()278 CellLayoutTestCaseReader.Arguments point = in addTestCase()279 ((CellLayoutTestCaseReader.Arguments) sections.next()); in addTestCase()280 CellLayoutTestCaseReader.Board endBoard = in addTestCase()281 ((CellLayoutTestCaseReader.Board) sections.next()); in addTestCase()290 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap()291 CellLayoutTestCaseReader.readFromFile(testPath).parse().iterator(); in getTestMap()
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()
260 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection =261 CellLayoutTestCaseReader.readFromFile(testPath).parse().iterator();
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