Kea
1.9.9-git
|
A Sandbox class that provides access to unit test unique temporary folder. More...
#include <sandbox.h>
Public Member Functions | |
Sandbox () | |
Sandbox constructor. More... | |
~Sandbox () | |
Destructor, it deletes temporary folder with its content. More... | |
std::string | join (std::string file) |
Join sandbox path with indicated file subpath. More... | |
A Sandbox class that provides access to unit test unique temporary folder.
The sandbox's temporary folder is created in constructor ie. in unit test setup phase, and then it is deleted with its content in destructor ie. in unit test tear down phase.
|
inline |
|
inline |
|
inline |