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

Functions

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

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/6]

TEST ( Http ,
equal  )

test the equal method.

◆ TEST() [2/6]

TEST ( Http ,
family  )

test the family method.

◆ TEST() [3/6]

TEST ( Http ,
protocol  )

test the protocol method.

◆ TEST() [4/6]

TEST ( Http ,
type  )

test the type method.

◆ TEST() [5/6]

TEST ( Https ,
equal  )

test the equal method.

◆ TEST() [6/6]

TEST ( Https ,
family  )

test the family method.