Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#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>
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") | |
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" | |||
) |