|
iceoryx2
C++ Language Bindings
|
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. | |
| void iox2::testing::create_test_directory | ( | ) |
Creates the test directory to store test artifacts.
| auto iox2::testing::generate_file_name | ( | ) | -> bb::FileName |
Generates an all-time unique file name.
| auto iox2::testing::generate_file_path | ( | ) | -> bb::FilePath |
Generates an all-time unique file name located inside the test directory.
| auto iox2::testing::generate_service_name | ( | ) | -> ServiceName |
Generates a random all-time unique service name.
| auto iox2::testing::test_directory_path | ( | ) | -> bb::Path |
Returns the current test directory path.