mavtables  0.2.1
MAVLink router and firewall.
Functions
test_utility.cpp File Reference
#include <vector>
#include <catch.hpp>
#include "utility.hpp"
Include dependency graph for test_utility.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("'append' appends one vector to another.", "[utility]")
 
 TEST_CASE ("'append' (with move semantics) appends one vector to another.", "[utility]")
 
 TEST_CASE ("'to_bytes' converts numeric types to bytes.", "[utility]")
 
 TEST_CASE ("'to_lower' converts string to lower case.", "[utility]")
 
 TEST_CASE ("'str' converts printable types to strings.", "[utility]")
 
 TEST_CASE ("'operator<<' makes vectors printable", "[utility]")
 

Function Documentation

◆ TEST_CASE() [1/6]

TEST_CASE ( "'append' appends one vector to another."  ,
""  [utility] 
)

Definition at line 25 of file test_utility.cpp.

◆ TEST_CASE() [2/6]

TEST_CASE ( "'append' (with move semantics) appends one vector to another."  ,
""  [utility] 
)

Definition at line 66 of file test_utility.cpp.

◆ TEST_CASE() [3/6]

TEST_CASE ( "'to_bytes' converts numeric types to bytes."  ,
""  [utility] 
)

Definition at line 108 of file test_utility.cpp.

◆ TEST_CASE() [4/6]

TEST_CASE ( "'to_lower' converts string to lower case."  ,
""  [utility] 
)

Definition at line 200 of file test_utility.cpp.

◆ TEST_CASE() [5/6]

TEST_CASE ( "'str' converts printable types to strings."  ,
""  [utility] 
)

Definition at line 209 of file test_utility.cpp.

◆ TEST_CASE() [6/6]

TEST_CASE ( "'operator<<' makes vectors printable"  ,
""  [utility] 
)

Definition at line 217 of file test_utility.cpp.