#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) |
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] |
| 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] |
1.5.6