|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Comprehensive tests for tpl_test_connectivity.H. More...
Go to the source code of this file.
Classes | |
| class | TestConnectivityTest |
Typedefs | |
| using | GT = List_Graph< Graph_Node< int >, Graph_Arc< int > > |
| using | Node = GT::Node |
| using | Arc = GT::Arc |
Comprehensive tests for tpl_test_connectivity.H.
Definition in file test_connectivity_test.cc.
Definition at line 18 of file test_connectivity_test.cc.
| using GT = List_Graph<Graph_Node<int>, Graph_Arc<int> > |
Definition at line 16 of file test_connectivity_test.cc.
Definition at line 17 of file test_connectivity_test.cc.
| TEST_F | ( | TestConnectivityTest | , |
| BarbelGraph | |||
| ) |
Definition at line 486 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| BridgeGraph | |||
| ) |
Definition at line 347 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| CompleteGraphIsConnected | |||
| ) |
Definition at line 156 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| CycleIsConnected | |||
| ) |
Definition at line 174 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| DiamondGraph | |||
| ) |
Definition at line 328 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| EmptyGraphIsConnected | |||
| ) |
Definition at line 41 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| ExactlyNMinus1Arcs_Connected | |||
| ) |
Definition at line 264 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| GridGraphConnected | |||
| ) |
Definition at line 302 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| IsolatedNode | |||
| ) |
Definition at line 138 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| LargeConnectedGraph | |||
| ) |
Definition at line 379 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| LargeDisconnectedGraph | |||
| ) |
Definition at line 396 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| LinearChainIsConnected | |||
| ) |
Definition at line 79 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| ModifyGraphBetweenCalls | |||
| ) |
Definition at line 430 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| MoreThanNMinus1Arcs_Connected | |||
| ) |
Definition at line 281 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| MultipleCallsSameGraph | |||
| ) |
Definition at line 417 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| NotEnoughArcs | |||
| ) |
Definition at line 242 of file test_connectivity_test.cc.
References Aleph::maps(), Aleph::Filter_Iterator< Container, It, Show_Item >::next(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| PathGraph | |||
| ) |
Definition at line 448 of file test_connectivity_test.cc.
References Aleph::maps(), and nodes.
| TEST_F | ( | TestConnectivityTest | , |
| SingleNodeIsConnected | |||
| ) |
Definition at line 49 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| StarGraphIsConnected | |||
| ) |
Definition at line 223 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| ThreeDisconnectedComponents | |||
| ) |
Definition at line 116 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| TreeIsConnected | |||
| ) |
Definition at line 191 of file test_connectivity_test.cc.
References Aleph::maps(), and root().
| TEST_F | ( | TestConnectivityTest | , |
| TwoDisconnectedComponents | |||
| ) |
Definition at line 99 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| TwoNodesConnected | |||
| ) |
Definition at line 58 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| TwoNodesDisconnected | |||
| ) |
Definition at line 69 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| WheelGraph | |||
| ) |
Definition at line 464 of file test_connectivity_test.cc.
References Aleph::maps().
| TEST_F | ( | TestConnectivityTest | , |
| WithDefaultArcFilter | |||
| ) |
Definition at line 522 of file test_connectivity_test.cc.
References Aleph::filter(), and Aleph::maps().