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

Functions

 TEST (DhcpOption, create)
 Test create method.
 
 TEST (DhcpOption, at)
 Test at method.
 
 TEST (DhcpOption, getIf)
 Test getIf method.
 
 TEST (DhcpOption, find)
 Test find method.
 
 TEST (DhcpOption, contains)
 Test contains method.
 
 TEST (DhcpOption, begin)
 Test begin method.
 
 TEST (DhcpOption, cbegin)
 Test cbegin method.
 
 TEST (DhcpOption, end)
 Test end method.
 
 TEST (DhcpOption, cend)
 Test cend method.
 
 TEST (DhcpOption, empty)
 Test empty method.
 
 TEST (DhcpOption, size)
 Test size method.
 
 TEST (DhcpOption, erase)
 Test erase method.
 
 TEST (DhcpOption, clear)
 Test clear method.
 
 TEST (DhcpOption, insert)
 Test insert method.
 
 TEST (DhcpOption, swap)
 Test swap method.
 
 TEST (DhcpOption, dump)
 Test dump method.
 
 TEST (DhcpOption, isValid)
 Test isValid method.
 
 TEST (DhcpOption, describe)
 Test describe method.
 
 TEST (DhcpOption, equal)
 Test equal method.
 
 TEST (DhcpOption, not_equal)
 Test not_equal method.
 
 TEST (DhcpOption, lower)
 Test lower method.
 
 TEST (DhcpOption, greater)
 Test greater method.
 
 TEST (DhcpOption, lower_or_equal)
 Test lower_or_equal method.
 
 TEST (DhcpOption, greater_or_equal)
 Test greater_or_equal method.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/24]

TEST ( DhcpOption ,
at  )

Test at method.

◆ TEST() [2/24]

TEST ( DhcpOption ,
begin  )

Test begin method.

◆ TEST() [3/24]

TEST ( DhcpOption ,
cbegin  )

Test cbegin method.

◆ TEST() [4/24]

TEST ( DhcpOption ,
cend  )

Test cend method.

◆ TEST() [5/24]

TEST ( DhcpOption ,
clear  )

Test clear method.

◆ TEST() [6/24]

TEST ( DhcpOption ,
contains  )

Test contains method.

◆ TEST() [7/24]

TEST ( DhcpOption ,
create  )

Test create method.

◆ TEST() [8/24]

TEST ( DhcpOption ,
describe  )

Test describe method.

◆ TEST() [9/24]

TEST ( DhcpOption ,
dump  )

Test dump method.

◆ TEST() [10/24]

TEST ( DhcpOption ,
empty  )

Test empty method.

◆ TEST() [11/24]

TEST ( DhcpOption ,
end  )

Test end method.

◆ TEST() [12/24]

TEST ( DhcpOption ,
equal  )

Test equal method.

◆ TEST() [13/24]

TEST ( DhcpOption ,
erase  )

Test erase method.

◆ TEST() [14/24]

TEST ( DhcpOption ,
find  )

Test find method.

◆ TEST() [15/24]

TEST ( DhcpOption ,
getIf  )

Test getIf method.

◆ TEST() [16/24]

TEST ( DhcpOption ,
greater  )

Test greater method.

◆ TEST() [17/24]

TEST ( DhcpOption ,
greater_or_equal  )

Test greater_or_equal method.

◆ TEST() [18/24]

TEST ( DhcpOption ,
insert  )

Test insert method.

◆ TEST() [19/24]

TEST ( DhcpOption ,
isValid  )

Test isValid method.

◆ TEST() [20/24]

TEST ( DhcpOption ,
lower  )

Test lower method.

◆ TEST() [21/24]

TEST ( DhcpOption ,
lower_or_equal  )

Test lower_or_equal method.

◆ TEST() [22/24]

TEST ( DhcpOption ,
not_equal  )

Test not_equal method.

◆ TEST() [23/24]

TEST ( DhcpOption ,
size  )

Test size method.

◆ TEST() [24/24]

TEST ( DhcpOption ,
swap  )

Test swap method.