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

Public Member Functions

def test_class_doc (self)
 
def test_class_doc_eq (self)
 
def test_class_doc_get_tree (self)
 
def test_docs (self)
 
def test_free_doc (self)
 
def test_free_doc_eq (self)
 
def test_free_doc_get_tree (self)
 
def test_get_class_docs (self)
 
def test_get_class_docs_keys_list (self)
 
def test_get_class_docs_values_list (self)
 
def test_get_free_docs (self)
 
def test_get_free_docs_keys_list (self)
 
def test_get_free_docs_values_list (self)
 

Static Public Attributes

 class_doc_leaf = ClassDoc(tree_leaf)
 
 class_doc_left = ClassDoc(tree_left)
 
 class_doc_recursive = ClassDoc(tree_recursive)
 
 class_doc_right = ClassDoc(tree_right)
 
 class_doc_root = ClassDoc(tree_root)
 
dictionary CLASS_DOCS
 
 free_doc_leaf = ClassDoc(tree_leaf)
 
 free_doc_left = ClassDoc(tree_left)
 
 free_doc_recursive = ClassDoc(tree_recursive)
 
 free_doc_right = ClassDoc(tree_right)
 
 free_doc_root = ClassDoc(tree_root)
 
dictionary FREE_DOCS
 

Detailed Description

Definition at line 83 of file test_docs.py.

Member Function Documentation

def test_docs.TestDocTemplate.test_class_doc (   self)
Test the constructor in ClassDoc

Definition at line 113 of file test_docs.py.

def test_docs.TestDocTemplate.test_class_doc_eq (   self)
Test ClassDoc.__eq__

Definition at line 129 of file test_docs.py.

def test_docs.TestDocTemplate.test_class_doc_get_tree (   self)
Test the get_tree() method is ClassDoc

Definition at line 121 of file test_docs.py.

def test_docs.TestDocTemplate.test_docs (   self)
Test Docs template constructor

Definition at line 173 of file test_docs.py.

def test_docs.TestDocTemplate.test_free_doc (   self)
Test the constructor in FreeDoc

Definition at line 143 of file test_docs.py.

def test_docs.TestDocTemplate.test_free_doc_eq (   self)
Test FreeDoc.__eq__

Definition at line 159 of file test_docs.py.

def test_docs.TestDocTemplate.test_free_doc_get_tree (   self)
Test the get_tree() method is FreeDoc

Definition at line 151 of file test_docs.py.

def test_docs.TestDocTemplate.test_get_class_docs (   self)

Definition at line 180 of file test_docs.py.

def test_docs.TestDocTemplate.test_get_class_docs_keys_list (   self)

Definition at line 194 of file test_docs.py.

def test_docs.TestDocTemplate.test_get_class_docs_values_list (   self)

Definition at line 214 of file test_docs.py.

def test_docs.TestDocTemplate.test_get_free_docs (   self)

Definition at line 187 of file test_docs.py.

def test_docs.TestDocTemplate.test_get_free_docs_keys_list (   self)

Definition at line 204 of file test_docs.py.

def test_docs.TestDocTemplate.test_get_free_docs_values_list (   self)

Definition at line 225 of file test_docs.py.

Member Data Documentation

test_docs.TestDocTemplate.class_doc_leaf = ClassDoc(tree_leaf)
static

Definition at line 87 of file test_docs.py.

test_docs.TestDocTemplate.class_doc_left = ClassDoc(tree_left)
static

Definition at line 85 of file test_docs.py.

test_docs.TestDocTemplate.class_doc_recursive = ClassDoc(tree_recursive)
static

Definition at line 88 of file test_docs.py.

test_docs.TestDocTemplate.class_doc_right = ClassDoc(tree_right)
static

Definition at line 86 of file test_docs.py.

test_docs.TestDocTemplate.class_doc_root = ClassDoc(tree_root)
static

Definition at line 84 of file test_docs.py.

dictionary test_docs.TestDocTemplate.CLASS_DOCS
static
Initial value:
1 = {
2  'Class_Root': tree_root,
3  'Class_Left': tree_left,
4  'Class_Right': tree_right,
5  'Class_Leaf': tree_leaf,
6  'Class_Recursive': tree_recursive,
7  }

Definition at line 96 of file test_docs.py.

test_docs.TestDocTemplate.free_doc_leaf = ClassDoc(tree_leaf)
static

Definition at line 93 of file test_docs.py.

test_docs.TestDocTemplate.free_doc_left = ClassDoc(tree_left)
static

Definition at line 91 of file test_docs.py.

test_docs.TestDocTemplate.free_doc_recursive = ClassDoc(tree_recursive)
static

Definition at line 94 of file test_docs.py.

test_docs.TestDocTemplate.free_doc_right = ClassDoc(tree_right)
static

Definition at line 92 of file test_docs.py.

test_docs.TestDocTemplate.free_doc_root = ClassDoc(tree_root)
static

Definition at line 90 of file test_docs.py.

dictionary test_docs.TestDocTemplate.FREE_DOCS
static
Initial value:
1 = {
2  'Free_Root': tree_root,
3  'Free_Left': tree_left,
4  'Free_Right': tree_right,
5  'Free_Leaf': tree_leaf,
6  'Free_Recursive': tree_recursive,
7  }

Definition at line 104 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