Kea 2.7.5
|
Manipulating test data files. More...
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
namespace | isc::util::unittests |
Functions | |
void | isc::util::unittests::addTestDataPath (const std::string &path) |
Add a path (directory) that openTestData() will search for test data files. | |
void | isc::util::unittests::openTestData (const char *const datafile, std::ifstream &ifs) |
Open a file specified by 'datafile' using the data paths registered via addTestDataPath(). | |
Manipulating test data files.
This utility defines functions that help test case handle test data stored in a file.
Definition in file testdata.h.