Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions | Variables
test_client_server00.cpp File Reference
#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>
Include dependency graph for test_client_server00.cpp:

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 BaseDBTClientServerbase_test_framework = BaseDBTClientServer::get( false )
 

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "BTManager Bringup Trial 00.1"  ,
""  [trial][BTManager][bringup] 
)

Testing BTManager bring up:

  • test loading native libraries
  • test that at least one adapter are present
  • validating basic default adapter status

Definition at line 49 of file test_client_server00.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "Server StartStop and SwitchRole Trial 00.2"  ,
""  [trial][startstop][switchrole] 
)

Testing BTManager bring up:

  • test loading native libraries
  • test that at least one adapter are present
  • validating basic default adapter status

Definition at line 83 of file test_client_server00.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "BTManager::close() Trial 00.X"  ,
""  [trial][btmanager_shutdown] 
)

Definition at line 135 of file test_client_server00.cpp.

Variable Documentation

◆ base_test_framework

BaseDBTClientServer& base_test_framework = BaseDBTClientServer::get( false )
static

Definition at line 41 of file test_client_server00.cpp.