@ExtendWith(value=IntegrationTestSetupExtension.class) public abstract class IntegrationTestBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CHANGELOG_COLLECTION_NAME |
protected static String |
DEFAULT_DATABASE_NAME |
protected static String |
LOCK_COLLECTION_NAME |
| Constructor and Description |
|---|
IntegrationTestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MongoDBDriverTestAdapter |
getAdapter(String collectionName) |
protected com.mongodb.client.MongoDatabase |
getDataBase() |
protected MongoDBDriverTestAdapter |
getDefaultAdapter() |
protected com.mongodb.client.MongoClient |
getMongoClient() |
protected static final String DEFAULT_DATABASE_NAME
protected static final String CHANGELOG_COLLECTION_NAME
protected static final String LOCK_COLLECTION_NAME
protected com.mongodb.client.MongoDatabase getDataBase()
protected com.mongodb.client.MongoClient getMongoClient()
protected MongoDBDriverTestAdapter getDefaultAdapter()
protected abstract MongoDBDriverTestAdapter getAdapter(String collectionName)
Copyright © 2023. All rights reserved.