mavtables
0.2.1
MAVLink router and firewall.
|
#include <ostream>
#include <catch.hpp>
#include "Action.hpp"
#include "If.hpp"
#include "MAVAddress.hpp"
#include "MAVSubnet.hpp"
#include "Packet.hpp"
#include "PacketVersion1.hpp"
#include "PacketVersion2.hpp"
#include "Rule.hpp"
#include "utility.hpp"
#include "common_Packet.hpp"
Go to the source code of this file.
Functions | |
TEST_CASE ("Rule's can be constructed.", "[Rule]") | |
TEST_CASE ("Rule's are comparable.", "[Rule]") | |
TEST_CASE ("Rule's 'action' method determines what to do with a packet with " "respect to a destination address.", "[Rule]") | |
TEST_CASE ("Rule's are printable.", "[Rule]") | |
TEST_CASE ("Rule's 'clone' method returns a polymorphic copy.", "[Rule]") | |
TEST_CASE | ( | "Rule's can be constructed." | , |
"" | [Rule] | ||
) |
Definition at line 82 of file test_Rule.cpp.
TEST_CASE | ( | "Rule's are comparable." | , |
"" | [Rule] | ||
) |
Definition at line 88 of file test_Rule.cpp.
TEST_CASE | ( | "Rule's 'action' method determines what to do with a packet with " "respect to a destination address." | , |
"" | [Rule] | ||
) |
Definition at line 95 of file test_Rule.cpp.
TEST_CASE | ( | "Rule's are printable." | , |
"" | [Rule] | ||
) |
Definition at line 128 of file test_Rule.cpp.
TEST_CASE | ( | "Rule's 'clone' method returns a polymorphic copy." | , |
"" | [Rule] | ||
) |
Definition at line 144 of file test_Rule.cpp.
References Rule::clone(), and rule.