![]() |
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_merge.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. More... | |
| int | main (int argc, char **argv) |
| bool | mergeMock (const std::vector< std::string > &vecInputFile, const std::string &outputFile) |
| Merge mock files. More... | |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 16 of file main_merge.cpp.
References OptionType::FILENAME, and createReleaseCurl::parser.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 50 of file main_merge.cpp.
References createOptionParser(), OptionMode::getValue(), mergeMock(), and createReleaseCurl::parser.
Here is the call graph for this function:| bool mergeMock | ( | const std::vector< std::string > & | vecInputFile, |
| const std::string & | outputFile | ||
| ) |
Merge mock files.
| vecInputFile | : vector of input files to be merged |
| outputFile | : output file name to be saved |
Definition at line 33 of file main_merge.cpp.
References concatenateVecMessage(), data_load(), and data_save().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: