Kea 2.7.5
|
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::test |
Functions | |
std::string | isc::test::generateDiff (std::string left, std::string right) |
Return the difference between two strings. | |
template<typename Cfg > | |
void | isc::test::runToElementTest (const std::string &expected, const Cfg &cfg) |
Run a test using toElement() method with a string. | |
template<typename Cfg > | |
void | isc::test::runToElementTest (isc::data::ConstElementPtr expected, const Cfg &cfg) |
Run a test using toElement() method with an Element. | |
void | isc::test::expectEqWithDiff (ElementPtr const &a, ElementPtr const &b) |
void | isc::test::expectEqWithDiff (isc::data::ConstElementPtr const &left, isc::data::ConstElementPtr const &right) |
Expect two element pointers to be equal. | |