Home | History | Annotate | Download | only in test

Lines Matching refs:found

46 		boolean found =
50 assertEquals(expecting, found);
59 boolean found =
63 assertEquals(expecting, found);
73 String found = execParser("T.g", grammar, "TParser", "TLexer",
75 assertEquals("x\n", found);
85 String found = execParser("T.g", grammar, "TParser", "TLexer",
87 assertEquals("x\n", found);
97 String found = execParser("T.g", grammar, "TParser", "TLexer",
99 assertEquals("x\n", found);
106 boolean found =
110 assertEquals(expecting, found);
121 boolean found =
125 assertEquals(expecting, found);
134 boolean found =
138 assertEquals(expecting, found);