// (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");