Public Member Functions | |
def | test_generate_xml (self) |
def | test_parse (self) |
Static Public Attributes | |
DIR_NAME = path.dirname(__file__) | |
string | DOC_DIR = 'doc-test-files' |
DOC_DIR_PATH = path.abspath(path.join(DIR_NAME, DOC_DIR)) | |
string | EXPECTED_XML_DIR = 'expected/xml' |
EXPECTED_XML_DIR_PATH = path.abspath(path.join(DIR_NAME, EXPECTED_XML_DIR)) | |
string | OUTPUT_XML_DIR = 'actual/xml' |
OUTPUT_XML_DIR_PATH = path.abspath(path.join(DIR_NAME, OUTPUT_XML_DIR)) | |
Test class for document generation utilities.
Definition at line 32 of file test_docs.py.
def test_docs.TestDocument.test_generate_xml | ( | self | ) |
Test parse_xml.generate_xml
Definition at line 45 of file test_docs.py.
def test_docs.TestDocument.test_parse | ( | self | ) |
Test the parsing of the XML generated by Doxygen.
Definition at line 69 of file test_docs.py.
|
static |
Definition at line 34 of file test_docs.py.
Definition at line 36 of file test_docs.py.
Definition at line 40 of file test_docs.py.
|
static |
Definition at line 38 of file test_docs.py.
|
static |
Definition at line 42 of file test_docs.py.
|
static |
Definition at line 37 of file test_docs.py.
|
static |
Definition at line 41 of file test_docs.py.