Package org.dspace.discovery

Examples of org.dspace.discovery.MockIndexEventConsumer


            // (NOTE: This also initializes the DatabaseManager, which in turn
            // calls DatabaseUtils to initialize the entire DB via Flyway)
            new MockDatabaseManager();
           
            // Initialize a mock indexer (which does nothing, since Solr isn't running)
            new MockIndexEventConsumer();
        }
        catch (IOException ex)
        {
            log.error("Error initializing tests", ex);
            fail("Error initializing tests");
View Full Code Here

TOP

Related Classes of org.dspace.discovery.MockIndexEventConsumer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.