7#ifndef UTIL_UNITTESTS_TESTDATA_H
8#define UTIL_UNITTESTS_TESTDATA_H 1
37void openTestData(
const char*
const datafile, std::ifstream& ifs);
void addTestDataPath(const string &path)
Add a path (directory) that openTestData() will search for test data files.
void openTestData(const char *const datafile, ifstream &ifs)
Open a file specified by 'datafile' using the data paths registered via addTestDataPath().
Defines the logger used by the top-level component of kea-lfc.