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

Functions

 TEST (Smtp, family)
 test the family method.
 
 TEST (Smtp, equal)
 test the equal method.
 
 TEST (Smtp, defaultPort)
 test the default port.
 
 TEST (Smtps, family)
 test the family method.
 
 TEST (Smtps, equal)
 test the equal method.
 
 TEST (Smtps, defaultPort)
 test the default port.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/6]

TEST ( Smtp ,
defaultPort  )

test the default port.

◆ TEST() [2/6]

TEST ( Smtp ,
equal  )

test the equal method.

◆ TEST() [3/6]

TEST ( Smtp ,
family  )

test the family method.

◆ TEST() [4/6]

TEST ( Smtps ,
defaultPort  )

test the default port.

◆ TEST() [5/6]

TEST ( Smtps ,
equal  )

test the equal method.

◆ TEST() [6/6]

TEST ( Smtps ,
family  )

test the family method.