13#ifndef IOX2_TESTING_HPP
14#define IOX2_TESTING_HPP
Represents a single file name. It is not allowed to contain any path elements like "....
Represents a path to a file. It is not allowed to end with a path separator since this would then be ...
Represents a path to a file or a directory.
auto generate_file_path() -> bb::FilePath
Generates an all-time unique file name located inside the test directory.
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 test_directory_path() -> bb::Path
Returns the current test directory path.
auto generate_service_name() -> ServiceName
Generates a random all-time unique service name.