![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "phoenix_assert.h"#include "phoenix_check.h"#include "print_string.h"#include "OptionValue.h"
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | printValueOfOpt (const OptionValue &opt) |
| Print value of OptionValue. More... | |
| bool | testOptionValue () |
| Test the option type. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 54 of file main.cpp.
References phoenix_assert, and testOptionValue().
Here is the call graph for this function:| void printValueOfOpt | ( | const OptionValue & | opt | ) |
Print value of OptionValue.
| opt | : OptionValue to be printed |
Definition at line 16 of file main.cpp.
References OptionValue::getDefaultValue(), OptionValue::getPossibleValue(), OptionValue::getValue(), and phoenix_print().
Here is the call graph for this function:| bool testOptionValue | ( | ) |
Test the option type.
Definition at line 26 of file main.cpp.
References OptionValue::getDefaultValue(), OptionValue::getPossibleValue(), OptionValue::getValue(), phoenix_functionOk(), phoenix_print(), printValueOfOpt(), OptionValue::setValue(), and OptionType::STRING.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: