#include <gtest/gtest.h>
#include <Poco/Process.h>
#include <sstream>
#include "EncodeDecodeBase64.hpp"
Go to the source code of this file.
Functions |
| TEST (EncodeDecodeBase64, encodeBase64) |
| TEST (EncodeDecodeBase64, decodeBase64) |
int | main (int argc, char **argv) |
Variables |
const std::string | decodeData = "Hello world!" |
const std::string | encodeData = "SGVsbG8gd29ybGQh" |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
EncodeDecodeBase64 |
, |
|
|
encodeBase64 |
|
|
) |
| |
TEST |
( |
EncodeDecodeBase64 |
, |
|
|
decodeBase64 |
|
|
) |
| |
Variable Documentation
const std::string decodeData = "Hello world!" |
const std::string encodeData = "SGVsbG8gd29ybGQh" |