Searched refs:testA (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DLuceneCompatibilityTest.java74 Analyzer testA; field in class:LuceneCompatibilityTest
100 testA = fa.getAnalyzer();
101 String name = testA.getClass().getName();
118 //BaseTokenStreamTestCase.assertTokenStreamContents(testA.tokenStream("refs", new StringReader(input)), output, null, null, null, null, null, input.length());
119 testM.invoke(testC, testA.tokenStream("refs", new StringReader(input)), output, null, null, null, null, null, input.length(), true);
125 //BaseTokenStreamTestCase.assertTokenStreamContents(testA.tokenStream("full", new StringReader(input)), output, null, null, null, null, null, input.length());
126 testM.invoke(testC, testA.tokenStream("full", new StringReader(input)), output, null, null, null, null, null, input.length(), true);

Completed in 286 milliseconds