Searched defs:expectedOutput (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DJFlexXrefTest.java195 * @param expectedOutput the expected output from the xreffer
198 String inputLine, String expectedOutput) throws Exception {
205 assertEquals(FIRST_LINE_PREAMBLE + expectedOutput, output.toString());
197 assertXrefLine(Class<? extends JFlexXref> xrefClass, String inputLine, String expectedOutput) argument

Completed in 275 milliseconds