Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
GraphFunctionalTest Class Reference
Inheritance diagram for GraphFunctionalTest:
[legend]
Collaboration diagram for GraphFunctionalTest:
[legend]

Protected Member Functions

void SetUp () override
 
void SetUp () override
 

Protected Attributes

TestGraph g
 
TestDigraph dg
 
TestGraph::Noden1
 
TestGraph::Noden2
 
TestGraph::Noden3
 
TestGraph::Noden4
 
TestGraph::Noden5
 
TestGraph::Arca1
 
TestGraph::Arca2
 
TestGraph::Arca3
 
TestGraph::Arca4
 
TestDigraph::Nodedn1
 
TestDigraph::Nodedn2
 
TestDigraph::Nodedn3
 
TestDigraph::Nodedn4
 
TestDigraph::Arcda1
 
TestDigraph::Arcda2
 
TestDigraph::Arcda3
 
TestDigraph::Arcda4
 
TestDigraph::Arcda5
 
Graph g
 
vector< Graph::Node * > nodes
 

Detailed Description

Definition at line 76 of file graph_functional_test.cc.

Member Function Documentation

◆ SetUp() [1/2]

void GraphFunctionalTest::SetUp ( )
inlineoverrideprotected

◆ SetUp() [2/2]

void GraphFunctionalTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ a1

TestGraph::Arc* GraphFunctionalTest::a1
protected

Definition at line 83 of file graph_functional_test.cc.

Referenced by SetUp().

◆ a2

TestGraph::Arc * GraphFunctionalTest::a2
protected

Definition at line 83 of file graph_functional_test.cc.

Referenced by SetUp().

◆ a3

TestGraph::Arc * GraphFunctionalTest::a3
protected

Definition at line 83 of file graph_functional_test.cc.

Referenced by SetUp().

◆ a4

TestGraph::Arc * GraphFunctionalTest::a4
protected

Definition at line 83 of file graph_functional_test.cc.

Referenced by SetUp().

◆ da1

TestDigraph::Arc* GraphFunctionalTest::da1
protected

Definition at line 86 of file graph_functional_test.cc.

Referenced by SetUp().

◆ da2

TestDigraph::Arc * GraphFunctionalTest::da2
protected

Definition at line 86 of file graph_functional_test.cc.

Referenced by SetUp().

◆ da3

TestDigraph::Arc * GraphFunctionalTest::da3
protected

Definition at line 86 of file graph_functional_test.cc.

Referenced by SetUp().

◆ da4

TestDigraph::Arc * GraphFunctionalTest::da4
protected

Definition at line 86 of file graph_functional_test.cc.

Referenced by SetUp().

◆ da5

TestDigraph::Arc * GraphFunctionalTest::da5
protected

Definition at line 86 of file graph_functional_test.cc.

Referenced by SetUp().

◆ dg

TestDigraph GraphFunctionalTest::dg
protected

Definition at line 80 of file graph_functional_test.cc.

Referenced by SetUp().

◆ dn1

TestDigraph::Node* GraphFunctionalTest::dn1
protected

Definition at line 85 of file graph_functional_test.cc.

Referenced by SetUp().

◆ dn2

TestDigraph::Node * GraphFunctionalTest::dn2
protected

Definition at line 85 of file graph_functional_test.cc.

Referenced by SetUp().

◆ dn3

TestDigraph::Node * GraphFunctionalTest::dn3
protected

Definition at line 85 of file graph_functional_test.cc.

Referenced by SetUp().

◆ dn4

TestDigraph::Node * GraphFunctionalTest::dn4
protected

Definition at line 85 of file graph_functional_test.cc.

Referenced by SetUp().

◆ g [1/2]

TestGraph GraphFunctionalTest::g
protected

Definition at line 79 of file graph_functional_test.cc.

Referenced by SetUp().

◆ g [2/2]

Graph GraphFunctionalTest::g
protected

Definition at line 931 of file tpl_graph_test.cc.

◆ n1

TestGraph::Node* GraphFunctionalTest::n1
protected

Definition at line 82 of file graph_functional_test.cc.

Referenced by SetUp().

◆ n2

TestGraph::Node * GraphFunctionalTest::n2
protected

Definition at line 82 of file graph_functional_test.cc.

Referenced by SetUp().

◆ n3

TestGraph::Node * GraphFunctionalTest::n3
protected

Definition at line 82 of file graph_functional_test.cc.

Referenced by SetUp().

◆ n4

TestGraph::Node * GraphFunctionalTest::n4
protected

Definition at line 82 of file graph_functional_test.cc.

Referenced by SetUp().

◆ n5

TestGraph::Node * GraphFunctionalTest::n5
protected

Definition at line 82 of file graph_functional_test.cc.

Referenced by SetUp().

◆ nodes

vector<Graph::Node*> GraphFunctionalTest::nodes
protected

Definition at line 932 of file tpl_graph_test.cc.

Referenced by SetUp().


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