mavtables
0.2.1
MAVLink router and firewall.
|
#include <thread>
#include <catch.hpp>
#include "RecursionData.hpp"
#include "RecursionError.hpp"
#include "RecursionGuard.hpp"
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]") | |
TEST_CASE | ( | "RecursionGuard's are constructable." | , |
"" | [RecursionGuard] | ||
) |
Definition at line 27 of file test_RecursionGuard.cpp.
TEST_CASE | ( | "RecusionGuard's prevent recursion within a single thread." | , |
"" | [RecursionGuard] | ||
) |
Definition at line 34 of file test_RecursionGuard.cpp.