|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Comprehensive tests for random_net.H. More...
Go to the source code of this file.
Classes | |
| class | RandomNetworkTest |
Functions | |
| TEST_F (RandomNetworkTest, GenerateMinimalNetwork) | |
| TEST_F (RandomNetworkTest, GenerateSmallNetwork) | |
| TEST_F (RandomNetworkTest, GenerateMediumNetwork) | |
| TEST_F (RandomNetworkTest, GenerateLargeNetwork) | |
| TEST_F (RandomNetworkTest, DefaultParameters) | |
| TEST_F (RandomNetworkTest, CustomRankSigma) | |
| TEST_F (RandomNetworkTest, CustomCapacityParameters) | |
| TEST_F (RandomNetworkTest, CustomDensityParameters) | |
| TEST_F (RandomNetworkTest, SameSeedProducesSameNetwork) | |
| TEST_F (RandomNetworkTest, DifferentSeedsProduceDifferentNetworks) | |
| TEST_F (RandomNetworkTest, ArcsConnectBetweenRanks) | |
| TEST_F (RandomNetworkTest, CapacitiesArePositive) | |
| TEST_F (RandomNetworkTest, MultipleGenerations) | |
| TEST_F (RandomNetworkTest, VeryLargeNetwork) | |
| TEST_F (RandomNetworkTest, SingleRank) | |
| TEST_F (RandomNetworkTest, TwoRanks) | |
| TEST_F (RandomNetworkTest, FewNodesPerRank) | |
| TEST_F (RandomNetworkTest, HighForwardDensity) | |
| TEST_F (RandomNetworkTest, LowForwardDensity) | |
| TEST_F (RandomNetworkTest, HighBackwardDensity) | |
| TEST_F (RandomNetworkTest, DefaultConstructorUsesCurrentTime) | |
| TEST_F (RandomNetworkTest, ScalabilityTest) | |
Comprehensive tests for random_net.H.
Definition in file random_net_test.cc.
| TEST_F | ( | RandomNetworkTest | , |
| ArcsConnectBetweenRanks | |||
| ) |
| TEST_F | ( | RandomNetworkTest | , |
| CapacitiesArePositive | |||
| ) |
Definition at line 230 of file random_net_test.cc.
References Aleph::maps(), and Aleph::Filter_Iterator< Container, It, Show_Item >::next().
| TEST_F | ( | RandomNetworkTest | , |
| CustomCapacityParameters | |||
| ) |
Definition at line 130 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| CustomDensityParameters | |||
| ) |
Definition at line 142 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| CustomRankSigma | |||
| ) |
Definition at line 118 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| DefaultConstructorUsesCurrentTime | |||
| ) |
Definition at line 363 of file random_net_test.cc.
References Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| DefaultParameters | |||
| ) |
Definition at line 106 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| DifferentSeedsProduceDifferentNetworks | |||
| ) |
Definition at line 179 of file random_net_test.cc.
References Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| FewNodesPerRank | |||
| ) |
Definition at line 308 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| GenerateLargeNetwork | |||
| ) |
Definition at line 89 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_arcs(), GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| GenerateMediumNetwork | |||
| ) |
Definition at line 76 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_arcs(), GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| GenerateMinimalNetwork | |||
| ) |
Definition at line 51 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| GenerateSmallNetwork | |||
| ) |
Definition at line 63 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_arcs(), GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| HighBackwardDensity | |||
| ) |
Definition at line 347 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_arcs(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| HighForwardDensity | |||
| ) |
Definition at line 324 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_arcs(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| LowForwardDensity | |||
| ) |
Definition at line 336 of file random_net_test.cc.
References Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| MultipleGenerations | |||
| ) |
Definition at line 253 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| SameSeedProducesSameNetwork | |||
| ) |
Definition at line 158 of file random_net_test.cc.
References Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| ScalabilityTest | |||
| ) |
Definition at line 385 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), Aleph::maps(), nodes, and Aleph::ranks().
| TEST_F | ( | RandomNetworkTest | , |
| SingleRank | |||
| ) |
Definition at line 283 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| TwoRanks | |||
| ) |
Definition at line 296 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().
| TEST_F | ( | RandomNetworkTest | , |
| VeryLargeNetwork | |||
| ) |
Definition at line 267 of file random_net_test.cc.
References GraphCommon< GT, Node, Arc >::get_num_nodes(), and Aleph::maps().