BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
Functions | |
std::string | getOutput (bst::Process &p) |
TEST (bst_process, basic_error) | |
TEST (bst_process, basic_exit_code) | |
TEST (bst_process, basic_input) | |
TEST (bst_process, basic_output) | |
TEST (bst_process, command_timeout) | |
|
inline |
References bst::Process::getExitCode(), bst::Process::getStderr(), and bst::Process::getStdout().
Referenced by TEST().
TEST | ( | bst_process | , |
basic_output | |||
) |
References getOutput(), and bst::Process::waitToComplete().
TEST | ( | bst_process | , |
basic_exit_code | |||
) |
References getOutput(), and bst::Process::waitToComplete().
TEST | ( | bst_process | , |
basic_error | |||
) |
References getOutput(), and bst::Process::waitToComplete().
TEST | ( | bst_process | , |
basic_input | |||
) |
References getOutput(), and bst::Process::writeToInStream().
TEST | ( | bst_process | , |
command_timeout | |||
) |
References bst::BoosterSeatException::errorNumberEnum(), bst::PROCESS_TIMEOUT, and bst::Process::waitToComplete().