Greenbone Vulnerability Management Libraries
11.0.1
|
Go to the source code of this file.
Functions | |
Describe (xmlutils) | |
BeforeEach (xmlutils) | |
AfterEach (xmlutils) | |
Ensure (xmlutils, parse_entity_parses_simple_xml) | |
Ensure (xmlutils, parse_entity_parses_xml_with_attributes) | |
Ensure (xmlutils, parse_entity_handles_declaration) | |
Ensure (xmlutils, parse_entity_handles_namespace) | |
Ensure (xmlutils, parse_entity_oval_timestamp) | |
Ensure (xmlutils, next_entities_handles_multiple_children) | |
Ensure (xmlutils, parse_element_parses_simple_xml) | |
Ensure (xmlutils, parse_element_parses_xml_with_attributes) | |
Ensure (xmlutils, parse_element_handles_declaration) | |
Ensure (xmlutils, parse_element_handles_namespace) | |
Ensure (xmlutils, parse_element_oval_timestamp) | |
Ensure (xmlutils, parse_element_item_metadata) | |
Ensure (xmlutils, parse_element_item_metadata_with_namespace) | |
Ensure (xmlutils, parse_element_item_handles_cdata) | |
Ensure (xmlutils, element_next_handles_multiple_children) | |
Ensure (xmlutils, parse_element_free_using_child) | |
int | main (int argc, char **argv) |
AfterEach | ( | xmlutils | ) |
Definition at line 29 of file xmlutils_tests.c.
BeforeEach | ( | xmlutils | ) |
Definition at line 26 of file xmlutils_tests.c.
Describe | ( | xmlutils | ) |
Ensure | ( | xmlutils | , |
element_next_handles_multiple_children | |||
) |
Definition at line 326 of file xmlutils_tests.c.
References element_first_child(), element_name(), element_next(), element_text(), and parse_element().
Ensure | ( | xmlutils | , |
next_entities_handles_multiple_children | |||
) |
Definition at line 129 of file xmlutils_tests.c.
References entity_s::entities, entity_name(), entity_text(), first_entity(), next_entities(), and parse_entity().
Ensure | ( | xmlutils | , |
parse_element_free_using_child | |||
) |
Definition at line 353 of file xmlutils_tests.c.
References element_child(), element_free(), element_name(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_handles_declaration | |||
) |
Definition at line 195 of file xmlutils_tests.c.
References element_child(), element_name(), element_text(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_handles_namespace | |||
) |
Definition at line 212 of file xmlutils_tests.c.
References element_attribute(), element_child(), element_name(), element_text(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_item_handles_cdata | |||
) |
Definition at line 312 of file xmlutils_tests.c.
References element_name(), element_text(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_item_metadata | |||
) |
Definition at line 258 of file xmlutils_tests.c.
References element_child(), element_name(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_item_metadata_with_namespace | |||
) |
Definition at line 284 of file xmlutils_tests.c.
References element_child(), element_name(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_oval_timestamp | |||
) |
Definition at line 231 of file xmlutils_tests.c.
References element_child(), element_name(), element_text(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_parses_simple_xml | |||
) |
Definition at line 164 of file xmlutils_tests.c.
References element_child(), element_name(), element_text(), and parse_element().
Ensure | ( | xmlutils | , |
parse_element_parses_xml_with_attributes | |||
) |
Definition at line 181 of file xmlutils_tests.c.
References element_attribute(), element_child(), and parse_element().
Ensure | ( | xmlutils | , |
parse_entity_handles_declaration | |||
) |
Definition at line 66 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().
Ensure | ( | xmlutils | , |
parse_entity_handles_namespace | |||
) |
Definition at line 83 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().
Ensure | ( | xmlutils | , |
parse_entity_oval_timestamp | |||
) |
Definition at line 100 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().
Ensure | ( | xmlutils | , |
parse_entity_parses_simple_xml | |||
) |
Definition at line 35 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().
Ensure | ( | xmlutils | , |
parse_entity_parses_xml_with_attributes | |||
) |
Definition at line 52 of file xmlutils_tests.c.
References entity_attribute(), entity_child(), and parse_entity().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 372 of file xmlutils_tests.c.