|
join 1.0
lightweight network framework library
|

Classes | |
| class | RouteManagerTest |
| class used to test the route manager API. More... | |
Functions | |
| TEST_F (RouteManagerTest, findByIndex) | |
| test the findByIndex method. | |
| TEST_F (RouteManagerTest, findByName) | |
| test the findByName method. | |
| TEST_F (RouteManagerTest, enumerate) | |
| test the enumerate method. | |
| TEST_F (RouteManagerTest, addRouteListener) | |
| test the addRouteListener method. | |
| TEST_F (RouteManagerTest, addRoute) | |
| test the addRoute method. | |
| TEST_F (RouteManagerTest, addRouteByName) | |
| test the addRoute by name method. | |
| TEST_F (RouteManagerTest, flushRoutes) | |
| test the flushRoutes method. | |
| TEST_F (RouteManagerTest, routeSet) | |
| test the Route::set method. | |
| TEST_F (RouteManagerTest, routeType) | |
| test the Route type methods. | |
| TEST_F (RouteManagerTest, routeScope) | |
| test the Route scope methods. | |
| TEST_F (RouteManagerTest, compare) | |
| test the compare method. | |
| TEST_F (RouteManagerTest, instance) | |
| test the singleton method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | RouteManagerTest | , |
| addRoute | ) |
test the addRoute method.
| TEST_F | ( | RouteManagerTest | , |
| addRouteByName | ) |
test the addRoute by name method.
| TEST_F | ( | RouteManagerTest | , |
| addRouteListener | ) |
test the addRouteListener method.
| TEST_F | ( | RouteManagerTest | , |
| compare | ) |
test the compare method.
| TEST_F | ( | RouteManagerTest | , |
| enumerate | ) |
test the enumerate method.
| TEST_F | ( | RouteManagerTest | , |
| findByIndex | ) |
test the findByIndex method.
| TEST_F | ( | RouteManagerTest | , |
| findByName | ) |
test the findByName method.
| TEST_F | ( | RouteManagerTest | , |
| flushRoutes | ) |
test the flushRoutes method.
| TEST_F | ( | RouteManagerTest | , |
| instance | ) |
test the singleton method.
| TEST_F | ( | RouteManagerTest | , |
| routeScope | ) |
test the Route scope methods.
| TEST_F | ( | RouteManagerTest | , |
| routeSet | ) |
test the Route::set method.
| TEST_F | ( | RouteManagerTest | , |
| routeType | ) |
test the Route type methods.