blocxx
|
This class can be used to modify/replace the behavior of the Exec functions. More...
#include <ExecMockObject.hpp>
Public Member Functions | |
virtual | ~ExecMockObject () |
virtual Process::Status | executeProcessAndGatherOutput (char const *const command[], String &output, char const *const envVars[], const Timeout &timeout, int outputlimit, char const *input) |
virtual Process::Status | executeProcessAndGatherOutput2 (char const *const command[], String &output, String &erroutput, char const *const envVars[], const Timeout &timeout, int outputlimit, char const *input) |
This class can be used to modify/replace the behavior of the Exec functions.
Definition at line 48 of file ExecMockObject.hpp.
BLOCXX_NAMESPACE::ExecMockObject::~ExecMockObject | ( | ) | [virtual] |
Definition at line 49 of file ExecMockObject.cpp.
Process::Status BLOCXX_NAMESPACE::ExecMockObject::executeProcessAndGatherOutput | ( | char const *const | command[], |
String & | output, | ||
char const *const | envVars[], | ||
const Timeout & | timeout, | ||
int | outputlimit, | ||
char const * | input | ||
) | [virtual] |
Definition at line 55 of file ExecMockObject.cpp.
References BLOCXX_THROW.
Process::Status BLOCXX_NAMESPACE::ExecMockObject::executeProcessAndGatherOutput2 | ( | char const *const | command[], |
String & | output, | ||
String & | erroutput, | ||
char const *const | envVars[], | ||
const Timeout & | timeout, | ||
int | outputlimit, | ||
char const * | input | ||
) | [virtual] |
Definition at line 65 of file ExecMockObject.cpp.
References BLOCXX_THROW.