#include <stdexcept>
#include <utility>
#include <catch.hpp>
#include "IPAddress.hpp"
#include "utility.hpp"
Go to the source code of this file.
|
| TEST_CASE ("IPAddress's store an address and a port number.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's are comparable.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's can be constructed from an address and port.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's can be constructed from strings.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's are copyable.", "[IPAddress]") |
|
| TEST_CASE ("The port of an IP address can be changed during a copy.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's are movable.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's are assignable.", "[IPAddress]") |
|
| TEST_CASE ("IPAddress's are printable", "[IPAddress]") |
|
| TEST_CASE ("dnslookup finds IPAddress's by domain name.", "[IPAddress]") |
|
◆ TEST_CASE() [1/10]
TEST_CASE |
( |
"IPAddress's store an address and a port number." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [2/10]
TEST_CASE |
( |
"IPAddress's are comparable." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [3/10]
TEST_CASE |
( |
"IPAddress's can be constructed from an address and port." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [4/10]
TEST_CASE |
( |
"IPAddress's can be constructed from strings." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [5/10]
TEST_CASE |
( |
"IPAddress's are copyable." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [6/10]
TEST_CASE |
( |
"The port of an IP address can be changed during a copy." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [7/10]
TEST_CASE |
( |
"IPAddress's are movable." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [8/10]
TEST_CASE |
( |
"IPAddress's are assignable." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [9/10]
TEST_CASE |
( |
"IPAddress's are printable" |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ TEST_CASE() [10/10]
TEST_CASE |
( |
"dnslookup finds IPAddress's by domain name." |
, |
|
|
"" |
[IPAddress] |
|
) |
| |
◆ address_a
◆ address_b