![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "string_utils.h"#include "convertToString.h"#include "OptionParser.h"#include "phoenix_mock.h"
Include dependency graph for main_info.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. More... | |
| bool | infoMock (const std::vector< std::string > &vecInputFile) |
| Merge mock files. More... | |
| int | main (int argc, char **argv) |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 16 of file main_info.cpp.
References OptionType::FILENAME, and createReleaseCurl::parser.
Referenced by main().
Here is the caller graph for this function:| bool infoMock | ( | const std::vector< std::string > & | vecInputFile | ) |
Merge mock files.
| vecInputFile | : vector of input files to print the info |
Definition at line 29 of file main_info.cpp.
References data_load().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 43 of file main_info.cpp.
References createOptionParser(), OptionMode::getValue(), infoMock(), and createReleaseCurl::parser.
Here is the call graph for this function: