Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include "dbt_base_client_server.hpp"
#include "dbt_server01.hpp"
#include <jau/os/os_support.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("BTManager Bringup Trial 00.1", "[trial][BTManager][bringup]") | |
Testing BTManager bring up: More... | |
TEST_CASE ("BTManager::close() Trial 00.X", "[trial][btmanager_shutdown]") | |
TEST_CASE ("Server StartStop and SwitchRole Trial 00.2", "[trial][startstop][switchrole]") | |
Testing BTManager bring up: More... | |
Variables | |
static BaseDBTClientServer & | base_test_framework = BaseDBTClientServer::get( false ) |
TEST_CASE | ( | "BTManager Bringup Trial 00.1" | , |
"" | [trial][BTManager][bringup] | ||
) |
Testing BTManager bring up:
Definition at line 49 of file test_client_server00.cpp.
TEST_CASE | ( | "Server StartStop and SwitchRole Trial 00.2" | , |
"" | [trial][startstop][switchrole] | ||
) |
Testing BTManager bring up:
Definition at line 83 of file test_client_server00.cpp.
TEST_CASE | ( | "BTManager::close() Trial 00.X" | , |
"" | [trial][btmanager_shutdown] | ||
) |
Definition at line 135 of file test_client_server00.cpp.
|
static |
Definition at line 41 of file test_client_server00.cpp.