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

Functions

 TEST (NetlinkEndpoint, addr)
 test the addr method.
 
 TEST (NetlinkEndpoint, length)
 test the length method.
 
 TEST (NetlinkEndpoint, device)
 test the device method.
 
 TEST (NetlinkEndpoint, protocol)
 test the protocol method.
 
 TEST (NetlinkEndpoint, equal)
 test the equal method.
 
 TEST (NetlinkEndpoint, serialize)
 test the serialize method.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/6]

TEST ( NetlinkEndpoint ,
addr  )

test the addr method.

◆ TEST() [2/6]

TEST ( NetlinkEndpoint ,
device  )

test the device method.

◆ TEST() [3/6]

TEST ( NetlinkEndpoint ,
equal  )

test the equal method.

◆ TEST() [4/6]

TEST ( NetlinkEndpoint ,
length  )

test the length method.

◆ TEST() [5/6]

TEST ( NetlinkEndpoint ,
protocol  )

test the protocol method.

◆ TEST() [6/6]

TEST ( NetlinkEndpoint ,
serialize  )

test the serialize method.