iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::testing Namespace Reference

Functions

auto generate_service_name () -> ServiceName
 Generates a random all-time unique service name.
 
void create_test_directory ()
 Creates the test directory to store test artifacts.
 
auto generate_file_name () -> bb::FileName
 Generates an all-time unique file name.
 
auto generate_file_path () -> bb::FilePath
 Generates an all-time unique file name located inside the test directory.
 
auto test_directory_path () -> bb::Path
 Returns the current test directory path.
 

Function Documentation

◆ create_test_directory()

void iox2::testing::create_test_directory ( )

Creates the test directory to store test artifacts.

◆ generate_file_name()

auto iox2::testing::generate_file_name ( ) -> bb::FileName

Generates an all-time unique file name.

◆ generate_file_path()

auto iox2::testing::generate_file_path ( ) -> bb::FilePath

Generates an all-time unique file name located inside the test directory.

◆ generate_service_name()

auto iox2::testing::generate_service_name ( ) -> ServiceName

Generates a random all-time unique service name.

◆ test_directory_path()

auto iox2::testing::test_directory_path ( ) -> bb::Path

Returns the current test directory path.