|
join 1.0
lightweight network framework library
|

Classes | |
| class | NeighborManagerTest |
| Class used to test the neighbor API. More... | |
Functions | |
| TEST_F (NeighborManagerTest, findByIndex) | |
| test the findByIndex method. | |
| TEST_F (NeighborManagerTest, findByName) | |
| test the findByName method. | |
| TEST_F (NeighborManagerTest, enumerate) | |
| test the enumerate method. | |
| TEST_F (NeighborManagerTest, addNeighborListener) | |
| test the addNeighborListener method. | |
| TEST_F (NeighborManagerTest, addNeighbor) | |
| test the addNeighbor method. | |
| TEST_F (NeighborManagerTest, flushNeighbors) | |
| test the flushNeighbors method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | NeighborManagerTest | , |
| addNeighbor | ) |
test the addNeighbor method.
| TEST_F | ( | NeighborManagerTest | , |
| addNeighborListener | ) |
test the addNeighborListener method.
| TEST_F | ( | NeighborManagerTest | , |
| enumerate | ) |
test the enumerate method.
| TEST_F | ( | NeighborManagerTest | , |
| findByIndex | ) |
test the findByIndex method.
| TEST_F | ( | NeighborManagerTest | , |
| findByName | ) |
test the findByName method.
| TEST_F | ( | NeighborManagerTest | , |
| flushNeighbors | ) |
test the flushNeighbors method.