mavtables
0.2.1
MAVLink router and firewall.
|
#include <chrono>
#include <memory>
#include <catch.hpp>
#include <fakeit.hpp>
#include "ConnectionPool.hpp"
#include "Interface.hpp"
#include "Packet.hpp"
#include "PacketVersion2.hpp"
#include "utility.hpp"
#include "common.hpp"
#include "common_Packet.hpp"
Go to the source code of this file.
Functions | |
TEST_CASE ("Interface's can be constructed.", "[Interface]") | |
TEST_CASE ("Interface's 'send_packet' method (included just for coverage)." "[Interface]") | |
TEST_CASE ("Interface's 'receive_packet' method sends the packet using the " "contained ConnectionPool.", "[Interface]") | |
TEST_CASE ("Interface's are printable.", "[Interface]") | |
TEST_CASE | ( | "Interface's can be constructed." | , |
"" | [Interface] | ||
) |
Definition at line 86 of file test_Interface.cpp.
References mock_shared().
TEST_CASE | ( | "Interface's 'send_packet' method (included just for coverage)." "" | [Interface] | ) |
Definition at line 94 of file test_Interface.cpp.
References mock_shared().
TEST_CASE | ( | "Interface's 'receive_packet' method sends the packet using the " "contained ConnectionPool." | , |
"" | [Interface] | ||
) |
Definition at line 104 of file test_Interface.cpp.
References mock_shared().
TEST_CASE | ( | "Interface's are printable." | , |
"" | [Interface] | ||
) |
Definition at line 119 of file test_Interface.cpp.
References mock_shared().