|
|
std::unique_ptr< cImplementation > | m_pImplementation |
| |
◆ cTestResourceCopier()
| adtf::system::testing::giant::cTestResourceCopier::cTestResourceCopier |
( |
const std::string & | strResources = ADTF_TESTING_MUTABLE_RESOURCES, |
|
|
const std::string & | strTargetRootDirectory = ADTF_TESTING_BUILD_DIR ) |
Constructor. Copies given test sources to output directory. Usually this should be the build folder!
- Parameters
-
| [in] | strResources | A ';' separated list of test resource directories and/or files. The listed input files will be copied to strTargetRootDirectory. |
| [in] | strTargetRootDirectory | The root directory where the listed inputs from strResources will be copied to. A unique folder name will be attached to the path (timestamp + pid). |
- Exceptions
-
◆ ~cTestResourceCopier()
| adtf::system::testing::giant::cTestResourceCopier::~cTestResourceCopier |
( |
| ) |
|
Destructor. Calling this will delete the created unique directory target passed within the Constructor!
◆ GetResourceTargetDirectory()
| std::string adtf::system::testing::giant::cTestResourceCopier::GetResourceTargetDirectory |
( |
| ) |
const |
Returns the directory where the test resource files have been copied to.
- Returns
- A std::string object containing the path to the unique resources directory. Is empty if nothing has been copied.
The documentation for this class was generated from the following file:
- src/libraries/systemsdk/include/adtfsystemsdk/testing/test_system.h