Class FlushMongoDBExtension
java.lang.Object
org.occurrent.testsupport.mongodb.FlushMongoDBExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension
public class FlushMongoDBExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeEachCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
Constructor Details
-
FlushMongoDBExtension
public FlushMongoDBExtension(com.mongodb.ConnectionString connectionString)
-
-
Method Details
-
beforeEach
public void beforeEach(org.junit.jupiter.api.extension.ExtensionContext extensionContext) - Specified by:
beforeEachin interfaceorg.junit.jupiter.api.extension.BeforeEachCallback
-