SearchTest.java revision 549
536N/A * See LICENSE.txt included in this distribution for the specific
536N/A * file and include the License file at LICENSE.txt.
536N/Apublic class SearchTest {
536N/A Indexer.getInstance().prepareIndexer(env, true, true, "/c", null, false, false, false, null, null);
536N/A public void testParseCmdLine() {
536N/A public void testSearch() {
549N/A public void testSearchNotFound() {
536N/A public void testDumpResults() {