mavtables
0.2.1
MAVLink router and firewall.
|
#include <utility>
#include <catch.hpp>
#include <fakeit.hpp>
#include "Accept.hpp"
#include "Call.hpp"
#include "Chain.hpp"
#include "Filter.hpp"
#include "GoTo.hpp"
#include "PacketVersion2.hpp"
#include "Reject.hpp"
#include "common.hpp"
#include "common_Packet.hpp"
Go to the source code of this file.
Functions | |
TEST_CASE ("Filter's are constructable.", "[Filter]") | |
TEST_CASE ("Filter's are comparable.", "[Filter]") | |
TEST_CASE ("Filter's are copyable.", "[Filter]") | |
TEST_CASE ("Filter's are movable.", "[Filter]") | |
TEST_CASE ("Filter's are assignable.", "[Filter]") | |
TEST_CASE ("Filter's 'will_accept' method determines whether to accept or " "reject a packet/address combination.", "[Filter]") | |
Variables | |
auto | filter_b = Filter(Chain("test_chain_b")) |
filter_a = std::move(filter_b) | |
TEST_CASE | ( | "Filter's are constructable." | , |
"" | [Filter] | ||
) |
Definition at line 35 of file test_Filter.cpp.
TEST_CASE | ( | "Filter's are comparable." | , |
"" | [Filter] | ||
) |
Definition at line 49 of file test_Filter.cpp.
TEST_CASE | ( | "Filter's are copyable." | , |
"" | [Filter] | ||
) |
Definition at line 77 of file test_Filter.cpp.
TEST_CASE | ( | "Filter's are movable." | , |
"" | [Filter] | ||
) |
Definition at line 85 of file test_Filter.cpp.
TEST_CASE | ( | "Filter's are assignable." | , |
"" | [Filter] | ||
) |
Definition at line 93 of file test_Filter.cpp.
TEST_CASE | ( | "Filter's 'will_accept' method determines whether to accept or " "reject a packet/address combination." | , |
"" | [Filter] | ||
) |
Definition at line 113 of file test_Filter.cpp.
References ping.
filter_a = std::move(filter_b) |
Definition at line 108 of file test_Filter.cpp.
Definition at line 106 of file test_Filter.cpp.