OpenSDN source code
|
#include <test_xml.h>
Public Member Functions | |
AgentUtXmlTestCase (const std::string &name, const pugi::xml_node &node, AgentUtXmlTest *test) | |
virtual | ~AgentUtXmlTestCase () |
AgentUtXmlTest * | test () |
virtual bool | ReadXml () |
virtual bool | Run () |
virtual void | ToString (std::string *str) |
void | set_verbose (bool val) |
bool | verbose () const |
const std::string & | name () const |
Private Types | |
typedef std::vector < AgentUtXmlNode * > | AgentUtXmlNodeList |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (AgentUtXmlTestCase) | |
Private Attributes | |
std::string | name_ |
pugi::xml_node | xml_node_ |
AgentUtXmlNodeList | node_list_ |
pugi::xml_document | gen_doc_ |
AgentUtXmlTest * | test_ |
bool | verbose_ |
Definition at line 87 of file test_xml.h.
|
private |
Definition at line 89 of file test_xml.h.
AgentUtXmlTestCase::AgentUtXmlTestCase | ( | const std::string & | name, |
const pugi::xml_node & | node, | ||
AgentUtXmlTest * | test | ||
) |
Definition at line 318 of file test_xml.cc.
|
virtual |
Definition at line 325 of file test_xml.cc.
|
private |
|
inline |
Definition at line 101 of file test_xml.h.
|
virtual |
|
virtual |
|
inline |
Definition at line 99 of file test_xml.h.
|
inline |
Definition at line 94 of file test_xml.h.
|
virtual |
Definition at line 436 of file test_xml.cc.
|
inline |
Definition at line 100 of file test_xml.h.
|
private |
Definition at line 106 of file test_xml.h.
|
private |
Definition at line 103 of file test_xml.h.
|
private |
Definition at line 105 of file test_xml.h.
|
private |
Definition at line 107 of file test_xml.h.
|
private |
Definition at line 108 of file test_xml.h.
|
private |
Definition at line 104 of file test_xml.h.