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

Functions

 TEST (MailRecipient, copy)
 Test copy.
 
 TEST (MailRecipient, move)
 Test move.
 
 TEST (MailRecipient, address)
 Test address.
 
 TEST (MailRecipient, realName)
 Test realName.
 
 TEST (MailRecipient, type)
 Test type.
 
 TEST (MailRecipient, empty)
 Test empty.
 
 TEST (MailRecipient, 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 ( MailRecipient ,
address  )

Test address.

◆ TEST() [2/7]

TEST ( MailRecipient ,
copy  )

Test copy.

◆ TEST() [3/7]

TEST ( MailRecipient ,
empty  )

Test empty.

◆ TEST() [4/7]

TEST ( MailRecipient ,
move  )

Test move.

◆ TEST() [5/7]

TEST ( MailRecipient ,
realName  )

Test realName.

◆ TEST() [6/7]

TEST ( MailRecipient ,
serialize  )

Test serialize.

◆ TEST() [7/7]

TEST ( MailRecipient ,
type  )

Test type.