join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
routemanager_test.cpp File Reference
#include <join/routemanager.hpp>
#include <join/error.hpp>
#include <gtest/gtest.h>
Include dependency graph for routemanager_test.cpp:

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.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/12]

TEST_F ( RouteManagerTest ,
addRoute  )

test the addRoute method.

◆ TEST_F() [2/12]

TEST_F ( RouteManagerTest ,
addRouteByName  )

test the addRoute by name method.

◆ TEST_F() [3/12]

TEST_F ( RouteManagerTest ,
addRouteListener  )

test the addRouteListener method.

◆ TEST_F() [4/12]

TEST_F ( RouteManagerTest ,
compare  )

test the compare method.

◆ TEST_F() [5/12]

TEST_F ( RouteManagerTest ,
enumerate  )

test the enumerate method.

◆ TEST_F() [6/12]

TEST_F ( RouteManagerTest ,
findByIndex  )

test the findByIndex method.

◆ TEST_F() [7/12]

TEST_F ( RouteManagerTest ,
findByName  )

test the findByName method.

◆ TEST_F() [8/12]

TEST_F ( RouteManagerTest ,
flushRoutes  )

test the flushRoutes method.

◆ TEST_F() [9/12]

TEST_F ( RouteManagerTest ,
instance  )

test the singleton method.

◆ TEST_F() [10/12]

TEST_F ( RouteManagerTest ,
routeScope  )

test the Route scope methods.

◆ TEST_F() [11/12]

TEST_F ( RouteManagerTest ,
routeSet  )

test the Route::set method.

◆ TEST_F() [12/12]

TEST_F ( RouteManagerTest ,
routeType  )

test the Route type methods.