|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| AktualizrInfoProcess (AktualizrInfoTest &test_ctx, const boost::filesystem::path &conf_file) | |
| void | run (const std::vector< std::string > args={}) |
Public Member Functions inherited from Process | |
| Process (const std::string &exe_path) | |
| Process::Result | run (const std::vector< std::string > &args) |
| int | lastExitCode () const |
| const std::string & | lastStdOut () const |
| const std::string & | lastStdErr () const |
Additional Inherited Members | |
Public Types inherited from Process | |
| using | Result = std::tuple< int, std::string, std::string > |
Static Public Member Functions inherited from Process | |
| static Result | spawn (const std::string &executable_to_run, const std::vector< std::string > &executable_args) |
Definition at line 43 of file aktualizr_info_test.cc.
1.8.13