hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
main.cpp File Reference
#include <gtest/gtest.h>
#include <Poco/Process.h>
#include <sstream>
#include "EncodeDecodeBase64.hpp"
Include dependency graph for main.cpp:

Go to the source code of this file.

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'

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 
)

Definition at line 52 of file main.cpp.

TEST ( EncodeDecodeBase64  ,
encodeBase64   
)

Definition at line 23 of file main.cpp.

Here is the call graph for this function:

TEST ( EncodeDecodeBase64  ,
decodeBase64   
)

Definition at line 36 of file main.cpp.

Here is the call graph for this function:

Variable Documentation

const std::string decodeData = "Hello world!"

Definition at line 20 of file main.cpp.

const std::string encodeData = "SGVsbG8gd29ybGQh"

Definition at line 21 of file main.cpp.