Class MongoDbShardedClusterTest

java.lang.Object
io.debezium.testing.testcontainers.MongoDbShardedClusterTest

@Disabled public class MongoDbShardedClusterTest extends Object
See Also:
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • MongoDbShardedClusterTest

      public MongoDbShardedClusterTest()
  • Method Details

    • setupAll

      @BeforeAll static void setupAll()
    • tearDownAll

      @AfterAll static void tearDownAll()
    • testCluster

      @Test public void testCluster()
    • assertThatCollection

      private static org.assertj.core.api.ListAssert<org.bson.Document> assertThatCollection(com.mongodb.client.MongoCollection<org.bson.Document> collection)
    • assertThatShards

      private static org.assertj.core.api.ListAssert<org.bson.Document> assertThatShards(com.mongodb.client.MongoClient client)