|
join 1.0
lightweight network framework library
|
#include <join/smtpclient.hpp>#include <join/acceptor.hpp>#include <join/reactor.hpp>#include <gtest/gtest.h>#include <fstream>
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, setCertificate) | |
| Test setCertificate. | |
| TEST_F (SmtpsClient, setCaPath) | |
| Test setCaPath. | |
| TEST_F (SmtpsClient, setCaFile) | |
| Test setCaFile. | |
| TEST_F (SmtpsClient, setCipher) | |
| Test setCipher. | |
| TEST_F (SmtpsClient, setCipher_1_3) | |
| Test setCipher_1_3. | |
| TEST_F (SmtpsClient, send) | |
| Test send. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | SmtpsClient | , |
| authority | ) |
Test authority.
| TEST_F | ( | SmtpsClient | , |
| host | ) |
Test host.
| TEST_F | ( | SmtpsClient | , |
| move | ) |
Test move.
| TEST_F | ( | SmtpsClient | , |
| port | ) |
Test port.
| TEST_F | ( | SmtpsClient | , |
| scheme | ) |
Test scheme.
| TEST_F | ( | SmtpsClient | , |
| send | ) |
Test send.
| TEST_F | ( | SmtpsClient | , |
| setCaFile | ) |
Test setCaFile.
| TEST_F | ( | SmtpsClient | , |
| setCaPath | ) |
Test setCaPath.
| TEST_F | ( | SmtpsClient | , |
| setCertificate | ) |
Test setCertificate.
| TEST_F | ( | SmtpsClient | , |
| setCipher | ) |
Test setCipher.
| TEST_F | ( | SmtpsClient | , |
| setCipher_1_3 | ) |
Test setCipher_1_3.
| TEST_F | ( | SmtpsClient | , |
| url | ) |
Test url.