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

Classes

class  NeighborTest
 Class used to test the neighbor API. More...
 

Functions

 TEST_F (NeighborTest, index)
 test the index method.
 
 TEST_F (NeighborTest, ip)
 test the ip method.
 
 TEST_F (NeighborTest, mac)
 test the mac method.
 
 TEST_F (NeighborTest, state)
 test the state method.
 
 TEST_F (NeighborTest, isReachable)
 test the isReachable method.
 
 TEST_F (NeighborTest, isStale)
 test the isStale method.
 
 TEST_F (NeighborTest, isPermanent)
 test the isPermanent method.
 
 TEST_F (NeighborTest, isIncomplete)
 test the isIncomplete method.
 
 TEST_F (NeighborTest, isFailed)
 test the isFailed method.
 
 TEST_F (NeighborTest, remove)
 test the remove method.
 
 TEST_F (NeighborTest, compare)
 test the compare method.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/11]

TEST_F ( NeighborTest ,
compare  )

test the compare method.

◆ TEST_F() [2/11]

TEST_F ( NeighborTest ,
index  )

test the index method.

◆ TEST_F() [3/11]

TEST_F ( NeighborTest ,
ip  )

test the ip method.

◆ TEST_F() [4/11]

TEST_F ( NeighborTest ,
isFailed  )

test the isFailed method.

◆ TEST_F() [5/11]

TEST_F ( NeighborTest ,
isIncomplete  )

test the isIncomplete method.

◆ TEST_F() [6/11]

TEST_F ( NeighborTest ,
isPermanent  )

test the isPermanent method.

◆ TEST_F() [7/11]

TEST_F ( NeighborTest ,
isReachable  )

test the isReachable method.

◆ TEST_F() [8/11]

TEST_F ( NeighborTest ,
isStale  )

test the isStale method.

◆ TEST_F() [9/11]

TEST_F ( NeighborTest ,
mac  )

test the mac method.

◆ TEST_F() [10/11]

TEST_F ( NeighborTest ,
remove  )

test the remove method.

◆ TEST_F() [11/11]

TEST_F ( NeighborTest ,
state  )

test the state method.