Package io.debezium.connector.mongodb
Class MongoUtilTest
- java.lang.Object
-
- io.debezium.connector.mongodb.MongoUtilTest
-
public class MongoUtilTest extends Object
- Author:
- Randall Hauch
-
-
Constructor Summary
Constructors Constructor Description MongoUtilTest()
-
Method Summary
-
-
-
Field Detail
-
address
private com.mongodb.ServerAddress address
-
addresses
private List<com.mongodb.ServerAddress> addresses
-
-
Method Detail
-
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()
-
-