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

Classes

class  ArpTest
 Class used to test the ARP API. More...
 

Functions

 TEST_F (ArpTest, get)
 Test get method.
 
 TEST_F (ArpTest, request)
 Test request method.
 
 TEST_F (ArpTest, add)
 Test add method.
 
 TEST_F (ArpTest, cache)
 Test cache method.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/4]

TEST_F ( ArpTest ,
add  )

Test add method.

◆ TEST_F() [2/4]

TEST_F ( ArpTest ,
cache  )

Test cache method.

◆ TEST_F() [3/4]

TEST_F ( ArpTest ,
get  )

Test get method.

◆ TEST_F() [4/4]

TEST_F ( ArpTest ,
request  )

Test request method.