private void cleanUp() { super.deleteRiver(); logger.info("Drop database " + mongoDB.getName()); mongoDB.dropDatabase(); }
private void createRiver() throws Exception { super.createRiver(TEST_MONGODB_RIVER_SIMPLE_JSON); }