mavtables  0.2.1
MAVLink router and firewall.
Functions
test_QueuedPacket.cpp File Reference
#include <limits>
#include <utility>
#include <catch.hpp>
#include "PacketVersion2.hpp"
#include "QueuedPacket.hpp"
#include "utility.hpp"
#include "common_Packet.hpp"
Include dependency graph for test_QueuedPacket.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("QueuedPacket's can be constructed.", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket' are comparable.", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket's are copyable.", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket's are movable.", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket's are assignable.", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket's are assignable (by move semantics).", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket's 'packet' method returns the contained MAVLink packet", "[QueuedPacket]")
 
 TEST_CASE ("QueuedPacket's are printable.", "[QueuedPacket]")
 

Function Documentation

◆ TEST_CASE() [1/8]

TEST_CASE ( "QueuedPacket's can be constructed."  ,
""  [QueuedPacket] 
)

Definition at line 30 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [2/8]

TEST_CASE ( "QueuedPacket' are comparable."  ,
""  [QueuedPacket] 
)

Definition at line 40 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [3/8]

TEST_CASE ( "QueuedPacket's are copyable."  ,
""  [QueuedPacket] 
)

Definition at line 167 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [4/8]

TEST_CASE ( "QueuedPacket's are movable."  ,
""  [QueuedPacket] 
)

Definition at line 176 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [5/8]

TEST_CASE ( "QueuedPacket's are assignable."  ,
""  [QueuedPacket] 
)

Definition at line 185 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [6/8]

TEST_CASE ( "QueuedPacket's are assignable (by move semantics)."  ,
""  [QueuedPacket] 
)

Definition at line 196 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [7/8]

TEST_CASE ( "QueuedPacket's 'packet' method returns the contained MAVLink packet"  ,
""  [QueuedPacket] 
)

Definition at line 208 of file test_QueuedPacket.cpp.

◆ TEST_CASE() [8/8]

TEST_CASE ( "QueuedPacket's are printable."  ,
""  [QueuedPacket] 
)

Definition at line 216 of file test_QueuedPacket.cpp.