Class MongoDbReplicaSetAuthTest
java.lang.Object
io.debezium.testing.testcontainers.MongoDbReplicaSetAuthTest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidafterAll()(package private) voidbefore()(package private) static void(package private) voidsetupDatabase(io.debezium.testing.testcontainers.MongoDbDeployment mongo, String dbName) void
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
AUTH_DATABASE
- See Also:
-
TEST_DATABASE_1
- See Also:
-
TEST_USER
- See Also:
-
TEST_PWD
- See Also:
-
TEST_DATABASE_2
- See Also:
-
TEST_COLLECTION
- See Also:
-
mongo
private static io.debezium.testing.testcontainers.MongoDbReplicaSet mongo
-
-
Constructor Details
-
MongoDbReplicaSetAuthTest
public MongoDbReplicaSetAuthTest()
-
-
Method Details
-
beforeAll
@BeforeAll static void beforeAll() -
afterAll
@AfterAll static void afterAll() -
before
@BeforeEach void before() -
setupDatabase
-
testCluster
@Test public void testCluster()
-