Public Member Functions | Static Public Attributes | List of all members
test_docs.TestDocument Class Reference
Inheritance diagram for test_docs.TestDocument:
Inheritance graph
[legend]

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))
 

Detailed Description

Test class for document generation utilities.

Definition at line 32 of file test_docs.py.

Member Function Documentation

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.

Member Data Documentation

test_docs.TestDocument.DIR_NAME = path.dirname(__file__)
static

Definition at line 34 of file test_docs.py.

string test_docs.TestDocument.DOC_DIR = 'doc-test-files'
static

Definition at line 36 of file test_docs.py.

test_docs.TestDocument.DOC_DIR_PATH = path.abspath(path.join(DIR_NAME, DOC_DIR))
static

Definition at line 40 of file test_docs.py.

string test_docs.TestDocument.EXPECTED_XML_DIR = 'expected/xml'
static

Definition at line 38 of file test_docs.py.

test_docs.TestDocument.EXPECTED_XML_DIR_PATH = path.abspath(path.join(DIR_NAME, EXPECTED_XML_DIR))
static

Definition at line 42 of file test_docs.py.

string test_docs.TestDocument.OUTPUT_XML_DIR = 'actual/xml'
static

Definition at line 37 of file test_docs.py.

test_docs.TestDocument.OUTPUT_XML_DIR_PATH = path.abspath(path.join(DIR_NAME, OUTPUT_XML_DIR))
static

Definition at line 41 of file test_docs.py.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:59:21