Searched refs:testLines (Results 1 – 4 of 4) sorted by relevance
87 val testLines = arrayListOf<String>() in knit() constant180 if (testLines.isEmpty()) { in knit()184 testLines += readUntil(DIRECTIVE_END) in knit()188 makeTest(testOutLines, lastPgk!!, testLines, predicate) in knit()189 testLines.clear() in knit()204 …require(testOut == null || testLines.isEmpty()) { "Previous test was not emitted with $TEST_DIRECT… in knit()212 …require(testOut == null || testLines.isEmpty()) { "Previous test was not emitted with $TEST_DIRECT… in knit()213 readUntilTo(TEST_END, testLines) in knit()
28 List<String[]> testLines = new ArrayList<String[]>(); in main() local40 testLines.add(line.trim().split("\\s*;\\s*")); in main()91 main: for (String[] testLinePair : testLines) { in main()
127 public void testLines() throws IOException { in testLines() method in CharSourceTester
94 public void testLines() throws IOException { in testLines() method in CharSourceTest