![]() |
Kea
1.9.9-git
|
#include <config.h>#include <string>#include <stdexcept>#include <fstream>#include <vector>#include <util/unittests/testdata.h>
Include dependency graph for testdata.cc:Go to the source code of this file.
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::util | |
| 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. More... | |
| 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(). More... | |