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

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

Completed in 822 milliseconds