Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Functions
test_iostream01.cpp File Reference
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <thread>
#include <pthread.h>
#include <jau/test/catch2_ext.hpp>
#include <jau/file_util.hpp>
#include <jau/io_util.hpp>
#include <jau/byte_stream.hpp>
#include <jau/debug.hpp>
#include "test_httpd.hpp"
#include <unistd.h>
Include dependency graph for test_iostream01.cpp:

Go to the source code of this file.

Classes

class  TestIOStream01
 

Functions

 METHOD_AS_TEST_CASE (TestIOStream01::test00_protocols, "TestIOStream01 - test00_protocols")
 
 METHOD_AS_TEST_CASE (TestIOStream01::test01_sync_ok, "TestIOStream01 - test01_sync_ok")
 
 METHOD_AS_TEST_CASE (TestIOStream01::test02_sync_404, "TestIOStream01 - test02_sync_404")
 
 METHOD_AS_TEST_CASE (TestIOStream01::test11_async_ok, "TestIOStream01 - test11_async_ok")
 
 METHOD_AS_TEST_CASE (TestIOStream01::test12_async_404, "TestIOStream01 - test12_async_404")
 

Function Documentation

◆ METHOD_AS_TEST_CASE() [1/5]

METHOD_AS_TEST_CASE ( TestIOStream01::test00_protocols  ,
"TestIOStream01 - test00_protocols"   
)

◆ METHOD_AS_TEST_CASE() [2/5]

METHOD_AS_TEST_CASE ( TestIOStream01::test01_sync_ok  ,
"TestIOStream01 - test01_sync_ok"   
)

◆ METHOD_AS_TEST_CASE() [3/5]

METHOD_AS_TEST_CASE ( TestIOStream01::test02_sync_404  ,
"TestIOStream01 - test02_sync_404"   
)

◆ METHOD_AS_TEST_CASE() [4/5]

METHOD_AS_TEST_CASE ( TestIOStream01::test11_async_ok  ,
"TestIOStream01 - test11_async_ok"   
)

◆ METHOD_AS_TEST_CASE() [5/5]

METHOD_AS_TEST_CASE ( TestIOStream01::test12_async_404  ,
"TestIOStream01 - test12_async_404"   
)