Kea  1.9.9-git
test_to_element.h File Reference
#include <cc/data.h>
#include <cc/cfg_to_element.h>
#include <gtest/gtest.h>
#include <string>
+ Include dependency graph for test_to_element.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::test
 

Functions

std::string isc::test::generateDiff (std::string left, std::string right)
 Return the difference between two strings. More...
 
template<typename Cfg >
void isc::test::runToElementTest (const std::string &expected, const Cfg &cfg)
 Run a test using toElement() method with a string. More...
 
template<typename Cfg >
void isc::test::runToElementTest (isc::data::ConstElementPtr expected, const Cfg &cfg)
 Run a test using toElement() method with an Element. More...