|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for graph functional operations (count, none, partition, etc.) More...
Go to the source code of this file.
Classes | |
| class | GraphFunctionalTest |
| class | UndirectedGraphTest< GraphType > |
| class | DirectedGraphTest< GraphType > |
Typedefs | |
| using | IntNode = Graph_Node< int > |
| using | DoubleArc = Graph_Arc< double > |
| using | ListGraph = List_Graph< IntNode, DoubleArc > |
| using | ListDigraph = List_Digraph< IntNode, DoubleArc > |
| using | IntSnode = Graph_Snode< int > |
| using | DoubleSarc = Graph_Sarc< double > |
| using | SparseGraph = List_SGraph< IntSnode, DoubleSarc > |
| using | SparseDigraph = List_SDigraph< IntSnode, DoubleSarc > |
| using | IntAnode = Graph_Anode< int > |
| using | DoubleAarc = Graph_Aarc< double > |
| using | ArrayGraph = Array_Graph< IntAnode, DoubleAarc > |
| using | ArrayDigraph = Array_Digraph< IntAnode, DoubleAarc > |
| using | TestGraph = ListGraph |
| using | TestDigraph = ListDigraph |
| using | UndirectedGraphTypes = ::testing::Types< ListGraph, SparseGraph, ArrayGraph > |
| using | DirectedGraphTypes = ::testing::Types< ListDigraph, SparseDigraph, ArrayDigraph > |
Tests for graph functional operations (count, none, partition, etc.)
Tests cover all three graph implementations:
Both directed and undirected cases are tested with typed tests.
Definition in file graph_functional_test.cc.
| using ArrayDigraph = Array_Digraph<IntAnode, DoubleAarc> |
Definition at line 70 of file graph_functional_test.cc.
| using ArrayGraph = Array_Graph<IntAnode, DoubleAarc> |
Definition at line 69 of file graph_functional_test.cc.
| using DirectedGraphTypes = ::testing::Types<ListDigraph, SparseDigraph, ArrayDigraph> |
Definition at line 1001 of file graph_functional_test.cc.
| using DoubleAarc = Graph_Aarc<double> |
Definition at line 68 of file graph_functional_test.cc.
Definition at line 56 of file graph_functional_test.cc.
| using DoubleSarc = Graph_Sarc<double> |
Definition at line 62 of file graph_functional_test.cc.
| using IntAnode = Graph_Anode<int> |
Definition at line 67 of file graph_functional_test.cc.
| using IntNode = Graph_Node<int> |
Definition at line 55 of file graph_functional_test.cc.
| using IntSnode = Graph_Snode<int> |
Definition at line 61 of file graph_functional_test.cc.
| using ListDigraph = List_Digraph<IntNode, DoubleArc> |
Definition at line 58 of file graph_functional_test.cc.
| using ListGraph = List_Graph<IntNode, DoubleArc> |
Definition at line 57 of file graph_functional_test.cc.
| using SparseDigraph = List_SDigraph<IntSnode, DoubleSarc> |
Definition at line 64 of file graph_functional_test.cc.
| using SparseGraph = List_SGraph<IntSnode, DoubleSarc> |
Definition at line 63 of file graph_functional_test.cc.
| using TestDigraph = ListDigraph |
Definition at line 74 of file graph_functional_test.cc.
Definition at line 73 of file graph_functional_test.cc.
| using UndirectedGraphTypes = ::testing::Types<ListGraph, SparseGraph, ArrayGraph> |
Definition at line 1000 of file graph_functional_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1285 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| AdjacentNodesDirected | |||
| ) |
Definition at line 424 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| AdjacentNodesIsolated | |||
| ) |
Definition at line 434 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| AdjacentNodesSelfLoop | |||
| ) |
Definition at line 441 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| AdjacentNodesUndirected | |||
| ) |
Definition at line 413 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| AllArcsFromNodeMethod | |||
| ) |
Definition at line 608 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| AllArcsMethod | |||
| ) |
Definition at line 599 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| AllNodesMethod | |||
| ) |
Definition at line 590 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| ArcsCollectionMethod | |||
| ) |
Definition at line 888 of file graph_functional_test.cc.
References Aleph::all(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| ArcsFromNodeMethod | |||
| ) |
Definition at line 894 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| ArcsMapFromNode | |||
| ) |
Definition at line 549 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| ArcsMapGlobal | |||
| ) |
Definition at line 537 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), Aleph::maps(), Aleph::HTList::size(), and w.
| TEST_F | ( | GraphFunctionalTest | , |
| CountAndPartitionConsistency | |||
| ) |
Definition at line 450 of file graph_functional_test.cc.
References Aleph::count(), Aleph::maps(), pred, and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| CountArcsAdjacentToNode | |||
| ) |
Definition at line 228 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountArcsAll | |||
| ) |
Definition at line 210 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountArcsEmptyGraph | |||
| ) |
Definition at line 240 of file graph_functional_test.cc.
References GraphCommon< GT, Node, Arc >::count_arcs(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountArcsWithPredicate | |||
| ) |
Definition at line 216 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountNodesAll | |||
| ) |
Definition at line 179 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountNodesEmptyGraph | |||
| ) |
Definition at line 202 of file graph_functional_test.cc.
References GraphCommon< GT, Node, Arc >::count_nodes(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountNodesNoneMatch | |||
| ) |
Definition at line 197 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| CountNodesWithPredicate | |||
| ) |
Definition at line 185 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| DegreeUndirected | |||
| ) |
Definition at line 947 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| ExistsArcFromNodeMethod | |||
| ) |
Definition at line 637 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| ExistsArcMethod | |||
| ) |
Definition at line 628 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| ExistsNodeMethod | |||
| ) |
Definition at line 619 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| FilterArcsFromNodeMethod | |||
| ) |
Definition at line 580 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| FilterArcsMethod | |||
| ) |
Definition at line 572 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| FilterInArcsDigraph | |||
| ) |
Definition at line 703 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| FilterNodesMethod | |||
| ) |
Definition at line 561 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| FilterOutArcsDigraph | |||
| ) |
Definition at line 693 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| FindArcMethod | |||
| ) |
Definition at line 753 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| FindNodeMethod | |||
| ) |
Definition at line 727 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| FoldlArcsFromNodeMethod | |||
| ) |
Definition at line 872 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| FoldlArcsMethod | |||
| ) |
Definition at line 862 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| FoldlInArcsDigraph | |||
| ) |
Definition at line 682 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| FoldlNodesMethod | |||
| ) |
Definition at line 852 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| FoldlOutArcsDigraph | |||
| ) |
Definition at line 673 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| ForEachArcFromNodeMethod | |||
| ) |
Definition at line 843 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| ForEachArcMethod | |||
| ) |
Definition at line 836 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| ForEachNodeMethod | |||
| ) |
Definition at line 829 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| InArcsDigraph | |||
| ) |
Definition at line 922 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| InDegreeDigraph | |||
| ) |
Definition at line 931 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| InNodesDigraph | |||
| ) |
Definition at line 908 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| MapInArcsDigraph | |||
| ) |
Definition at line 660 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| MapOutArcsDigraph | |||
| ) |
Definition at line 648 of file graph_functional_test.cc.
References Aleph::maps(), Aleph::HTList::size(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| MaxArcAdjacentToNode | |||
| ) |
Definition at line 322 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MaxArcGlobal | |||
| ) |
Definition at line 330 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MaxArcIsolatedNode | |||
| ) |
Definition at line 343 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MinArcAdjacentToNode | |||
| ) |
Definition at line 275 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MinArcEmptyGraph | |||
| ) |
Definition at line 303 of file graph_functional_test.cc.
References Aleph::maps(), and GraphCommon< GT, Node, Arc >::min_arc().
| TEST_F | ( | GraphFunctionalTest | , |
| MinArcGlobal | |||
| ) |
Definition at line 283 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MinArcIsolatedNode | |||
| ) |
Definition at line 296 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MinArcWithCustomComparator | |||
| ) |
Definition at line 310 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| MinMaxConsistency | |||
| ) |
Definition at line 470 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| NodesCollectionMethod | |||
| ) |
Definition at line 882 of file graph_functional_test.cc.
References Aleph::all(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| NodesMap | |||
| ) |
Definition at line 525 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| NoneAndExistsConsistency | |||
| ) |
Definition at line 461 of file graph_functional_test.cc.
References Aleph::maps(), and pred.
| TEST_F | ( | GraphFunctionalTest | , |
| NoneArcAdjacentToNode | |||
| ) |
Definition at line 168 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| NoneArcReturnsFalseWhenSomeMatch | |||
| ) |
Definition at line 161 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| NoneArcReturnsTrueWhenNoMatch | |||
| ) |
Definition at line 154 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| NoneNodeOnEmptyGraph | |||
| ) |
Definition at line 146 of file graph_functional_test.cc.
References Aleph::maps(), and GraphCommon< GT, Node, Arc >::none_node().
| TEST_F | ( | GraphFunctionalTest | , |
| NoneNodeReturnsFalseWhenSomeMatch | |||
| ) |
Definition at line 139 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| NoneNodeReturnsTrueWhenNoMatch | |||
| ) |
Definition at line 132 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| OutArcsDigraph | |||
| ) |
Definition at line 916 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| OutDegreeDigraph | |||
| ) |
Definition at line 940 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| OutNodesDigraph | |||
| ) |
Definition at line 902 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| PartitionArcsByWeight | |||
| ) |
Definition at line 395 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| PartitionArcsDigraph | |||
| ) |
Definition at line 403 of file graph_functional_test.cc.
References Aleph::low(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| PartitionNodesAllMatch | |||
| ) |
Definition at line 368 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| PartitionNodesByValue | |||
| ) |
Definition at line 352 of file graph_functional_test.cc.
References FunctionalMethods< Container, T >::exists(), Aleph::low(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| PartitionNodesEmptyGraph | |||
| ) |
Definition at line 384 of file graph_functional_test.cc.
References Aleph::maps(), GraphCommon< GT, Node, Arc >::partition_nodes(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| PartitionNodesNoneMatch | |||
| ) |
Definition at line 376 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| SearchArcFromNodeMethod | |||
| ) |
Definition at line 765 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| SearchArcMethod | |||
| ) |
Definition at line 741 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| SearchNodeMethod | |||
| ) |
Definition at line 715 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| SelfLoopNode | |||
| ) |
Definition at line 507 of file graph_functional_test.cc.
References Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| SingleNodeGraph | |||
| ) |
Definition at line 494 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GraphFunctionalTest | , |
| SumArcsAdjacentToNode | |||
| ) |
Definition at line 248 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| SumArcsIsolatedNode | |||
| ) |
Definition at line 259 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| SumArcsWithCustomExtractor | |||
| ) |
Definition at line 266 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TEST_F | ( | GraphFunctionalTest | , |
| TraverseArcsFromNode | |||
| ) |
Definition at line 815 of file graph_functional_test.cc.
References Aleph::completed(), Aleph::count(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| TraverseArcsStopsOnFalse | |||
| ) |
Definition at line 803 of file graph_functional_test.cc.
References Aleph::completed(), Aleph::count(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| TraverseNodesCompletesOnAllTrue | |||
| ) |
Definition at line 791 of file graph_functional_test.cc.
References Aleph::completed(), Aleph::count(), and Aleph::maps().
| TEST_F | ( | GraphFunctionalTest | , |
| TraverseNodesStopsOnFalse | |||
| ) |
Definition at line 779 of file graph_functional_test.cc.
References Aleph::completed(), Aleph::count(), and Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| AllArcs | |||
| ) |
Definition at line 1190 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| AllNodes | |||
| ) |
Definition at line 1184 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| CountArcs | |||
| ) |
Definition at line 1153 of file graph_functional_test.cc.
References Aleph::count(), and Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| CountNodes | |||
| ) |
Definition at line 1146 of file graph_functional_test.cc.
References Aleph::count(), and Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| ExistsArc | |||
| ) |
Definition at line 1166 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| ExistsNode | |||
| ) |
Definition at line 1160 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| FilterArcs | |||
| ) |
Definition at line 1202 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | DirectedGraphTest | , |
| FilterNodes | |||
| ) |
Definition at line 1196 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | DirectedGraphTest | , |
| ForEachArc | |||
| ) |
Definition at line 1245 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TYPED_TEST | ( | DirectedGraphTest | , |
| ForEachNode | |||
| ) |
Definition at line 1238 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TYPED_TEST | ( | DirectedGraphTest | , |
| MaxArc | |||
| ) |
Definition at line 1278 of file graph_functional_test.cc.
References Aleph::maps(), and max().
| TYPED_TEST | ( | DirectedGraphTest | , |
| MinArc | |||
| ) |
Definition at line 1271 of file graph_functional_test.cc.
References Aleph::maps(), and min().
| TYPED_TEST | ( | DirectedGraphTest | , |
| NoneArc | |||
| ) |
Definition at line 1178 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| NoneNode | |||
| ) |
Definition at line 1172 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| OutArcs | |||
| ) |
Definition at line 1265 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | DirectedGraphTest | , |
| OutDegree | |||
| ) |
Definition at line 1252 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| OutNodes | |||
| ) |
Definition at line 1259 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | DirectedGraphTest | , |
| PartitionArcs | |||
| ) |
Definition at line 1230 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | DirectedGraphTest | , |
| PartitionNodes | |||
| ) |
Definition at line 1222 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | DirectedGraphTest | , |
| SearchArc | |||
| ) |
Definition at line 1215 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | DirectedGraphTest | , |
| SearchNode | |||
| ) |
Definition at line 1208 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| AdjacentNodes | |||
| ) |
Definition at line 1124 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| AllArcs | |||
| ) |
Definition at line 1052 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| AllNodes | |||
| ) |
Definition at line 1046 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| CountArcs | |||
| ) |
Definition at line 1015 of file graph_functional_test.cc.
References Aleph::count(), and Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| CountNodes | |||
| ) |
Definition at line 1008 of file graph_functional_test.cc.
References Aleph::count(), and Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| Degree | |||
| ) |
Definition at line 1117 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| ExistsArc | |||
| ) |
Definition at line 1028 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| ExistsNode | |||
| ) |
Definition at line 1022 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| FilterArcs | |||
| ) |
Definition at line 1064 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| FilterNodes | |||
| ) |
Definition at line 1058 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| ForEachArc | |||
| ) |
Definition at line 1110 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| ForEachNode | |||
| ) |
Definition at line 1103 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::sum().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| MaxArc | |||
| ) |
Definition at line 1137 of file graph_functional_test.cc.
References Aleph::maps(), and max().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| MinArc | |||
| ) |
Definition at line 1130 of file graph_functional_test.cc.
References Aleph::maps(), and min().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| NoneArc | |||
| ) |
Definition at line 1040 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| NoneNode | |||
| ) |
Definition at line 1034 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| PartitionArcs | |||
| ) |
Definition at line 1095 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| PartitionNodes | |||
| ) |
Definition at line 1087 of file graph_functional_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| SearchArc | |||
| ) |
Definition at line 1080 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST | ( | UndirectedGraphTest | , |
| SearchNode | |||
| ) |
Definition at line 1070 of file graph_functional_test.cc.
References Aleph::maps().
| TYPED_TEST_SUITE | ( | DirectedGraphTest | , |
| DirectedGraphTypes | |||
| ) |
| TYPED_TEST_SUITE | ( | UndirectedGraphTest | , |
| UndirectedGraphTypes | |||
| ) |