Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <catch2/catch_amalgamated.hpp>
#include <jau/function_def.hpp>
Go to the source code of this file.
Classes | |
class | TestFunctionDef01 |
Macros | |
#define | CATCH_CONFIG_MAIN |
Functions | |
METHOD_AS_TEST_CASE (TestFunctionDef01::test01_memberfunc_this, "Test FunctionDef 01 - 01 memberfunc") | |
METHOD_AS_TEST_CASE (TestFunctionDef01::test02_plainfunc_static, "Test FunctionDef 01 - 02 plainfunc") | |
METHOD_AS_TEST_CASE (TestFunctionDef01::test03_stdfunc_lambda, "Test FunctionDef 01 - 03 stdfunc") | |
METHOD_AS_TEST_CASE (TestFunctionDef01::test04_captfunc_lambda, "Test FunctionDef 01 - 04 captfunc") | |
METHOD_AS_TEST_CASE (TestFunctionDef01::test05_captfunc_lambda, "Test FunctionDef 01 - 05 captfunc") | |
METHOD_AS_TEST_CASE (TestFunctionDef01::test06_captfunc_lambda, "Test FunctionDef 01 - 06 captfunc") | |
#define CATCH_CONFIG_MAIN |
Definition at line 30 of file test_functiondef01.cpp.
METHOD_AS_TEST_CASE | ( | TestFunctionDef01::test01_memberfunc_this | , |
"Test FunctionDef 01 - 01 memberfunc" | |||
) |
METHOD_AS_TEST_CASE | ( | TestFunctionDef01::test02_plainfunc_static | , |
"Test FunctionDef 01 - 02 plainfunc" | |||
) |
METHOD_AS_TEST_CASE | ( | TestFunctionDef01::test03_stdfunc_lambda | , |
"Test FunctionDef 01 - 03 stdfunc" | |||
) |
METHOD_AS_TEST_CASE | ( | TestFunctionDef01::test04_captfunc_lambda | , |
"Test FunctionDef 01 - 04 captfunc" | |||
) |
METHOD_AS_TEST_CASE | ( | TestFunctionDef01::test05_captfunc_lambda | , |
"Test FunctionDef 01 - 05 captfunc" | |||
) |
METHOD_AS_TEST_CASE | ( | TestFunctionDef01::test06_captfunc_lambda | , |
"Test FunctionDef 01 - 06 captfunc" | |||
) |