Class LogbookCollectionsTestUtils
java.lang.Object
fr.gouv.vitam.logbook.common.server.database.collections.LogbookCollectionsTestUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
afterTest
(ElasticsearchLogbookIndexManager indexManager) static void
afterTestClass
(ElasticsearchLogbookIndexManager indexManager, boolean deleteEsIndexes) static void
beforeTestClass
(com.mongodb.client.MongoDatabase db, String prefix, LogbookElasticsearchAccess esClient) createTestIndexManager
(List<Integer> dedicatedTenants, Map<String, List<Integer>> tenantGroups, String elasticSearchConfigurationFilePath)
-
Method Details
-
createTestIndexManager
-
beforeTestClass
public static void beforeTestClass(com.mongodb.client.MongoDatabase db, String prefix, LogbookElasticsearchAccess esClient) -
afterTestClass
public static void afterTestClass(ElasticsearchLogbookIndexManager indexManager, boolean deleteEsIndexes) -
afterTest
-