Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Classes | Macros | Functions
test_functiondef01.cpp File Reference
#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <catch2/catch_amalgamated.hpp>
#include <jau/function_def.hpp>
Include dependency graph for test_functiondef01.cpp:

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")
 

Macro Definition Documentation

◆ CATCH_CONFIG_MAIN

#define CATCH_CONFIG_MAIN

Definition at line 30 of file test_functiondef01.cpp.

Function Documentation

◆ METHOD_AS_TEST_CASE() [1/6]

METHOD_AS_TEST_CASE ( TestFunctionDef01::test01_memberfunc_this  ,
"Test FunctionDef 01 - 01 memberfunc"   
)

◆ METHOD_AS_TEST_CASE() [2/6]

METHOD_AS_TEST_CASE ( TestFunctionDef01::test02_plainfunc_static  ,
"Test FunctionDef 01 - 02 plainfunc"   
)

◆ METHOD_AS_TEST_CASE() [3/6]

METHOD_AS_TEST_CASE ( TestFunctionDef01::test03_stdfunc_lambda  ,
"Test FunctionDef 01 - 03 stdfunc"   
)

◆ METHOD_AS_TEST_CASE() [4/6]

METHOD_AS_TEST_CASE ( TestFunctionDef01::test04_captfunc_lambda  ,
"Test FunctionDef 01 - 04 captfunc"   
)

◆ METHOD_AS_TEST_CASE() [5/6]

METHOD_AS_TEST_CASE ( TestFunctionDef01::test05_captfunc_lambda  ,
"Test FunctionDef 01 - 05 captfunc"   
)

◆ METHOD_AS_TEST_CASE() [6/6]

METHOD_AS_TEST_CASE ( TestFunctionDef01::test06_captfunc_lambda  ,
"Test FunctionDef 01 - 06 captfunc"   
)