Class MongoUtilTest

java.lang.Object
io.debezium.connector.mongodb.MongoUtilTest

public class MongoUtilTest extends Object
Author:
Randall Hauch
  • Field Details

    • address

      private com.mongodb.ServerAddress address
    • addresses

      private List<com.mongodb.ServerAddress> addresses
  • Constructor Details

    • MongoUtilTest

      public MongoUtilTest()
  • Method Details

    • shouldParseIPv4ServerAddressWithoutPort

      public void shouldParseIPv4ServerAddressWithoutPort()
    • shouldParseIPv4ServerAddressWithoPort

      public void shouldParseIPv4ServerAddressWithoPort()
    • shouldParseIPv6ServerAddressWithoutPort

      public void shouldParseIPv6ServerAddressWithoutPort()
    • shouldParseIPv6ServerAddressWithPort

      public void shouldParseIPv6ServerAddressWithPort()
    • shouldParseServerAddressesWithoutPort

      public void shouldParseServerAddressesWithoutPort()
    • shouldParseServerAddressesWithPort

      public void shouldParseServerAddressesWithPort()
    • shouldParseServerAddressesWithReplicaSetNameAndWithoutPort

      public void shouldParseServerAddressesWithReplicaSetNameAndWithoutPort()
    • shouldParseServerAddressesWithReplicaSetNameAndWithPort

      public void shouldParseServerAddressesWithReplicaSetNameAndWithPort()
    • shouldParseServerIPv6AddressesWithReplicaSetNameAndWithoutPort

      public void shouldParseServerIPv6AddressesWithReplicaSetNameAndWithoutPort()
    • shouldParseServerIPv6AddressesWithReplicaSetNameAndWithPort

      public void shouldParseServerIPv6AddressesWithReplicaSetNameAndWithPort()
    • shouldNotParseServerAddressesWithReplicaSetNameAndOpenBracket

      public void shouldNotParseServerAddressesWithReplicaSetNameAndOpenBracket()
    • shouldNotParseServerAddressesWithReplicaSetNameAndNoAddress

      public void shouldNotParseServerAddressesWithReplicaSetNameAndNoAddress()
    • shouldParseReplicaSetName

      public void shouldParseReplicaSetName()
    • shouldNotParseReplicaSetName

      public void shouldNotParseReplicaSetName()