Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Functions
test_latch01.cpp File Reference
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <memory>
#include <thread>
#include <pthread.h>
#include <jau/test/catch2_ext.hpp>
#include <jau/latch.hpp>
Include dependency graph for test_latch01.cpp:

Go to the source code of this file.

Classes

class  TestLatch01
 

Functions

 METHOD_AS_TEST_CASE (TestLatch01::test01_down_wait, "test01_down_wait")
 
 METHOD_AS_TEST_CASE (TestLatch01::test02_down_wait_for, "test02_down_wait_for")
 
 METHOD_AS_TEST_CASE (TestLatch01::test03_down_wait_for, "test03_down_wait_for")
 
 METHOD_AS_TEST_CASE (TestLatch01::test04_up_wait_for, "test04_up_wait_for")
 

Function Documentation

◆ METHOD_AS_TEST_CASE() [1/4]

METHOD_AS_TEST_CASE ( TestLatch01::test01_down_wait  ,
"test01_down_wait"   
)

◆ METHOD_AS_TEST_CASE() [2/4]

METHOD_AS_TEST_CASE ( TestLatch01::test02_down_wait_for  ,
"test02_down_wait_for"   
)

◆ METHOD_AS_TEST_CASE() [3/4]

METHOD_AS_TEST_CASE ( TestLatch01::test03_down_wait_for  ,
"test03_down_wait_for"   
)

◆ METHOD_AS_TEST_CASE() [4/4]

METHOD_AS_TEST_CASE ( TestLatch01::test04_up_wait_for  ,
"test04_up_wait_for"   
)