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

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DLuceneCompatibilityTest.java77 Object testC = null; field in class:LuceneCompatibilityTest
86 //testC = c.newInstance(); //this is static call
119 testM.invoke(testC, testA.tokenStream("refs", new StringReader(input)), output, null, null, null, null, null, input.length(), true);
126 testM.invoke(testC, testA.tokenStream("full", new StringReader(input)), output, null, null, null, null, null, input.length(), true);

Completed in 11 milliseconds