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

Functions

 TEST (SmtpRecipient, copy)
 Test copy.
 
 TEST (SmtpRecipient, move)
 Test move.
 
 TEST (SmtpRecipient, address)
 Test address.
 
 TEST (SmtpRecipient, realName)
 Test realName.
 
 TEST (SmtpRecipient, type)
 Test type.
 
 TEST (SmtpRecipient, empty)
 Test empty.
 
 TEST (SmtpRecipient, serialize)
 Test serialize.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/7]

TEST ( SmtpRecipient ,
address  )

Test address.

◆ TEST() [2/7]

TEST ( SmtpRecipient ,
copy  )

Test copy.

◆ TEST() [3/7]

TEST ( SmtpRecipient ,
empty  )

Test empty.

◆ TEST() [4/7]

TEST ( SmtpRecipient ,
move  )

Test move.

◆ TEST() [5/7]

TEST ( SmtpRecipient ,
realName  )

Test realName.

◆ TEST() [6/7]

TEST ( SmtpRecipient ,
serialize  )

Test serialize.

◆ TEST() [7/7]

TEST ( SmtpRecipient ,
type  )

Test type.