#include <stdexcept>
#include <utility>
#include <catch.hpp>
#include "MAVAddress.hpp"
#include "MAVSubnet.hpp"
#include "utility.hpp"
Go to the source code of this file.
|
| TEST_CASE ("MAVSubnet's are comparable.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's can be constructed from a MAVLink address " "and a numeric mask.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's can be constructed from a MAVLink address, " "system mask, and component mask.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's can be constructed from strings.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's are copyable.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's are movable.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's are assignable.", "[MAVSubnet]") |
|
| TEST_CASE ("MAVSubnet's are printable.", "[MAVSubnet]") |
|
| TEST_CASE ("The 'contains' method determines if a MAVLink address " "is in the subnet.", "[MAVSubnet]") |
|
◆ TEST_CASE() [1/9]
TEST_CASE |
( |
"MAVSubnet's are comparable." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [2/9]
TEST_CASE |
( |
"MAVSubnet's can be constructed from a MAVLink address " "and a numeric mask." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [3/9]
TEST_CASE |
( |
"MAVSubnet's can be constructed from a MAVLink |
address, |
|
|
" "system |
mask, |
|
|
and component mask." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [4/9]
TEST_CASE |
( |
"MAVSubnet's can be constructed from strings." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [5/9]
TEST_CASE |
( |
"MAVSubnet's are copyable." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [6/9]
TEST_CASE |
( |
"MAVSubnet's are movable." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [7/9]
TEST_CASE |
( |
"MAVSubnet's are assignable." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [8/9]
TEST_CASE |
( |
"MAVSubnet's are printable." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ TEST_CASE() [9/9]
TEST_CASE |
( |
"The 'contains' method determines if a MAVLink address " "is in the subnet." |
, |
|
|
"" |
[MAVSubnet] |
|
) |
| |
◆ subnet_a
◆ subnet_b