mavtables  0.2.1
MAVLink router and firewall.
Functions
test_RecursionGuard.cpp File Reference
#include <thread>
#include <catch.hpp>
#include "RecursionData.hpp"
#include "RecursionError.hpp"
#include "RecursionGuard.hpp"
Include dependency graph for test_RecursionGuard.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("RecursionGuard's are constructable.", "[RecursionGuard]")
 
 TEST_CASE ("RecusionGuard's prevent recursion within a single thread.", "[RecursionGuard]")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "RecursionGuard's are constructable."  ,
""  [RecursionGuard] 
)

Definition at line 27 of file test_RecursionGuard.cpp.

◆ TEST_CASE() [2/2]

TEST_CASE ( "RecusionGuard's prevent recursion within a single thread."  ,
""  [RecursionGuard] 
)

Definition at line 34 of file test_RecursionGuard.cpp.