![]() |
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"
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().
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().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 43 of file main_info.cpp.
References createOptionParser(), OptionMode::getValue(), infoMock(), and createReleaseCurl::parser.