hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::tests Namespace Reference

Classes

class  RealLoggable

Functions

std::stringstream inMsg ("def\nabc\n123\n")
 TEST (ProcessTest, first)
 TEST (ProcessTest, second)
 TEST (ProcessTest, three)
 TEST (ProcessTest, four)
 TEST (ProcessTest, five)
 TEST (ProcessTest, six)
 TEST (ProcessTest, seven)
 TEST (ProcExecTest, exec)
 TEST (CommandExecutorTest, execute)

Variables

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

Function Documentation

std::stringstream HCE::tests::inMsg ( "def\nabc\n123\n"  )

Here is the caller graph for this function:

HCE::tests::TEST ( ProcessTest  ,
first   
)

Definition at line 35 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcessTest  ,
second   
)

Definition at line 65 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcessTest  ,
three   
)

Definition at line 95 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcessTest  ,
four   
)

Definition at line 125 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcessTest  ,
five   
)

Definition at line 155 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcessTest  ,
six   
)

Definition at line 179 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcessTest  ,
seven   
)

Definition at line 203 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( ProcExecTest  ,
exec   
)

Definition at line 225 of file main.cpp.

Here is the call graph for this function:

HCE::tests::TEST ( CommandExecutorTest  ,
execute   
)

Definition at line 240 of file main.cpp.

Here is the call graph for this function:

Variable Documentation

HCE::Process::Args HCE::tests::args = {"-r"}

Definition at line 28 of file main.cpp.

std::string HCE::tests::command = "sort"

Definition at line 27 of file main.cpp.

HCE::Process::Env HCE::tests::env = {{"key1", "value1"}}

Definition at line 31 of file main.cpp.

std::string HCE::tests::initialDirectory = "/tmp"

Definition at line 29 of file main.cpp.

const std::string HCE::tests::reverseInputStream = "123\nabc\ndef\n"

Definition at line 33 of file main.cpp.