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

Functions

 TEST (Mdns, family)
 test the family method.
 
 TEST (Mdns, type)
 test the type method.
 
 TEST (Mdns, protocol)
 test the protocol method.
 
 TEST (Mdns, equal)
 test the equal method.
 
 TEST (Mdns, multicastAddress)
 test the multicast address method.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/5]

TEST ( Mdns ,
equal  )

test the equal method.

◆ TEST() [2/5]

TEST ( Mdns ,
family  )

test the family method.

◆ TEST() [3/5]

TEST ( Mdns ,
multicastAddress  )

test the multicast address method.

◆ TEST() [4/5]

TEST ( Mdns ,
protocol  )

test the protocol method.

◆ TEST() [5/5]

TEST ( Mdns ,
type  )

test the type method.