|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/file_name.hpp"#include "iox2/bb/file_path.hpp"#include "iox2/bb/path.hpp"#include "iox2/service_name.hpp"Go to the source code of this file.
Namespaces | |
| namespace | iox2 |
| namespace | iox2::testing |
Functions | |
| auto | iox2::testing::generate_service_name () -> ServiceName |
| Generates a random all-time unique service name. | |
| 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::test_directory_path () -> bb::Path |
| Returns the current test directory path. | |