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