public class MongoUtilTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.mongodb.ServerAddress |
address |
private List<com.mongodb.ServerAddress> |
addresses |
| Constructor and Description |
|---|
MongoUtilTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldNotParseReplicaSetName() |
void |
shouldNotParseServerAddressesWithReplicaSetNameAndNoAddress() |
void |
shouldNotParseServerAddressesWithReplicaSetNameAndOpenBracket() |
void |
shouldParseIPv4ServerAddressWithoPort() |
void |
shouldParseIPv4ServerAddressWithoutPort() |
void |
shouldParseIPv6ServerAddressWithoutPort() |
void |
shouldParseIPv6ServerAddressWithPort() |
void |
shouldParseReplicaSetName() |
void |
shouldParseServerAddressesWithoutPort() |
void |
shouldParseServerAddressesWithPort() |
void |
shouldParseServerAddressesWithReplicaSetNameAndWithoutPort() |
void |
shouldParseServerAddressesWithReplicaSetNameAndWithPort() |
void |
shouldParseServerIPv6AddressesWithReplicaSetNameAndWithoutPort() |
void |
shouldParseServerIPv6AddressesWithReplicaSetNameAndWithPort() |
private com.mongodb.ServerAddress address
private List<com.mongodb.ServerAddress> addresses
public void shouldParseIPv4ServerAddressWithoutPort()
public void shouldParseIPv4ServerAddressWithoPort()
public void shouldParseIPv6ServerAddressWithoutPort()
public void shouldParseIPv6ServerAddressWithPort()
public void shouldParseServerAddressesWithoutPort()
public void shouldParseServerAddressesWithPort()
public void shouldParseServerAddressesWithReplicaSetNameAndWithoutPort()
public void shouldParseServerAddressesWithReplicaSetNameAndWithPort()
public void shouldParseServerIPv6AddressesWithReplicaSetNameAndWithoutPort()
public void shouldParseServerIPv6AddressesWithReplicaSetNameAndWithPort()
public void shouldNotParseServerAddressesWithReplicaSetNameAndOpenBracket()
public void shouldNotParseServerAddressesWithReplicaSetNameAndNoAddress()
public void shouldParseReplicaSetName()
public void shouldNotParseReplicaSetName()
Copyright © 2021 JBoss by Red Hat. All rights reserved.