OpenSDN source code
|
#include <test_xml_validate.h>
Public Member Functions | |
AgentUtXmlValidate (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
~AgentUtXmlValidate () | |
virtual bool | ReadXml () |
virtual bool | ToXml (pugi::xml_node *parent) |
virtual std::string | NodeType () |
virtual void | ToString (std::string *str) |
virtual bool | Run () |
![]() | |
AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, AgentUtXmlTestCase *test_case) | |
AgentUtXmlNode (const std::string &name, const pugi::xml_node &node, bool gen_xml, AgentUtXmlTestCase *test_case) | |
virtual | ~AgentUtXmlNode () |
void | set_gen_xml (bool val) |
bool | gen_xml () const |
bool | op_delete () const |
void | set_op_delete (bool val) |
const std::string & | name () const |
const pugi::xml_node & | node () const |
AgentUtXmlTestCase * | test_case () |
Private Types | |
typedef std::vector < AgentUtXmlValidationNode * > | AgentUtXmlValidationList |
Private Attributes | |
AgentUtXmlValidationList | node_list_ |
Additional Inherited Members | |
![]() | |
pugi::xml_node | gen_node_ |
Definition at line 23 of file test_xml_validate.h.
|
private |
Definition at line 25 of file test_xml_validate.h.
AgentUtXmlValidate::AgentUtXmlValidate | ( | const std::string & | name, |
const pugi::xml_node & | node, | ||
AgentUtXmlTestCase * | test_case | ||
) |
Definition at line 71 of file test_xml_validate.cc.
AgentUtXmlValidate::~AgentUtXmlValidate | ( | ) |
Definition at line 77 of file test_xml_validate.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 90 of file test_xml_validate.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 94 of file test_xml_validate.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 126 of file test_xml_validate.cc.
|
virtual |
Reimplemented from AgentUtXmlNode.
Definition at line 84 of file test_xml_validate.cc.
|
virtual |
Implements AgentUtXmlNode.
Definition at line 121 of file test_xml_validate.cc.
|
private |
Definition at line 37 of file test_xml_validate.h.