Package io.debezium.connector.mongodb
Class MongoUtilTest
java.lang.Object
io.debezium.connector.mongodb.MongoUtilTest
- Author:
- Randall Hauch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
address
private com.mongodb.ServerAddress address -
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()
-