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 <iostream>
#include <sstream>
#include "Process.hpp"
#include "ProcExec.hpp"
#include "CommandExecuter.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()'
namespace  HCE::tests

Functions

std::stringstream HCE::tests::inMsg ("def\nabc\n123\n")
 HCE::tests::TEST (ProcessTest, first)
 HCE::tests::TEST (ProcessTest, second)
 HCE::tests::TEST (ProcessTest, three)
 HCE::tests::TEST (ProcessTest, four)
 HCE::tests::TEST (ProcessTest, five)
 HCE::tests::TEST (ProcessTest, six)
 HCE::tests::TEST (ProcessTest, seven)
 HCE::tests::TEST (ProcExecTest, exec)
 HCE::tests::TEST (CommandExecutorTest, execute)
int main (int argc, char **argv)

Variables

std::string HCE::tests::command = "sort"
HCE::Process::Args HCE::tests::args = {"-r"}
std::string HCE::tests::initialDirectory = "/tmp"
HCE::Process::Env HCE::tests::env = {{"key1", "value1"}}
const std::string HCE::tests::reverseInputStream = "123\nabc\ndef\n"

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 262 of file main.cpp.