join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
smtps_test.cpp File Reference
#include <join/smtp_client.hpp>
#include <join/acceptor.hpp>
#include <join/reactor.hpp>
#include <gtest/gtest.h>
#include <fstream>
Include dependency graph for smtps_test.cpp:

Classes

class  SmtpsClient
 Class used to test the SMTPS client. More...
 

Functions

 TEST_F (SmtpsClient, move)
 Test move.
 
 TEST_F (SmtpsClient, scheme)
 Test scheme.
 
 TEST_F (SmtpsClient, host)
 Test host.
 
 TEST_F (SmtpsClient, port)
 Test port.
 
 TEST_F (SmtpsClient, authority)
 Test authority.
 
 TEST_F (SmtpsClient, url)
 Test url.
 
 TEST_F (SmtpsClient, send)
 Test send.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/7]

TEST_F ( SmtpsClient ,
authority  )

Test authority.

◆ TEST_F() [2/7]

TEST_F ( SmtpsClient ,
host  )

Test host.

◆ TEST_F() [3/7]

TEST_F ( SmtpsClient ,
move  )

Test move.

◆ TEST_F() [4/7]

TEST_F ( SmtpsClient ,
port  )

Test port.

◆ TEST_F() [5/7]

TEST_F ( SmtpsClient ,
scheme  )

Test scheme.

◆ TEST_F() [6/7]

TEST_F ( SmtpsClient ,
send  )

Test send.

◆ TEST_F() [7/7]

TEST_F ( SmtpsClient ,
url  )

Test url.