![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <unistd.h>#include <iostream>#include "phoenix_assert.h"#include "ProgressBarr.h"#include "ProgressTime.h"
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| bool | testProgressBar () |
| Test the ProgressBarr. More... | |
| bool | testProgressTime () |
| Test the ProgressTime. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 82 of file main.cpp.
References phoenix_assert, testProgressBar(), and testProgressTime().
Here is the call graph for this function:| bool testProgressBar | ( | ) |
Test the ProgressBarr.
Definition at line 17 of file main.cpp.
References ProgressBarr::finish(), ProgressBarr::getChEnd(), ProgressBarr::getChMiddle(), ProgressBarr::getChPlein(), ProgressBarr::getMax(), ProgressBarr::getSize(), ProgressBarr::progress(), ProgressBarr::setChEnd(), ProgressBarr::setChMiddle(), ProgressBarr::setChPlein(), ProgressBarr::setMax(), and ProgressBarr::setSize().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| bool testProgressTime | ( | ) |
Test the ProgressTime.
Definition at line 54 of file main.cpp.
References ProgressTime::finish(), ProgressTime::print(), ProgressTime::setChEnd(), ProgressTime::setChMiddle(), ProgressTime::setChPlein(), ProgressTime::setNbSteps(), and ProgressTime::start().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: