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

Functions

 TEST (Protocol, family)
 test the family method.
 
 TEST (Protocol, type)
 test the type method.
 
 TEST (Protocol, protocol)
 test the protocol method.
 
 TEST (Protocol, equal)
 equal method.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/4]

TEST ( Protocol ,
equal  )

equal method.

◆ TEST() [2/4]

TEST ( Protocol ,
family  )

test the family method.

◆ TEST() [3/4]

TEST ( Protocol ,
protocol  )

test the protocol method.

◆ TEST() [4/4]

TEST ( Protocol ,
type  )

test the type method.