join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
smtp_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 smtp_test.cpp:

Classes

class  SmtpClient
 Class used to test the SMTP client. More...
 

Functions

 TEST_F (SmtpClient, move)
 Test move.
 
 TEST_F (SmtpClient, scheme)
 Test scheme.
 
 TEST_F (SmtpClient, host)
 Test host.
 
 TEST_F (SmtpClient, port)
 Test port.
 
 TEST_F (SmtpClient, authority)
 Test authority.
 
 TEST_F (SmtpClient, url)
 Test url.
 
 TEST_F (SmtpClient, 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 ( SmtpClient ,
authority  )

Test authority.

◆ TEST_F() [2/7]

TEST_F ( SmtpClient ,
host  )

Test host.

◆ TEST_F() [3/7]

TEST_F ( SmtpClient ,
move  )

Test move.

◆ TEST_F() [4/7]

TEST_F ( SmtpClient ,
port  )

Test port.

◆ TEST_F() [5/7]

TEST_F ( SmtpClient ,
scheme  )

Test scheme.

◆ TEST_F() [6/7]

TEST_F ( SmtpClient ,
send  )

Test send.

◆ TEST_F() [7/7]

TEST_F ( SmtpClient ,
url  )

Test url.