OpenWalnut
1.4.0
|
Class testing the functionality of progress combiners. More...
#include <WProgressCombiner_test.h>
Public Member Functions | |
void | testInstantiation () |
Test whether WProgress is instantiatable. | |
void | testInternalStateIgnoresIncrementAndFinish () |
Test whether the combiner ignores manual increments. | |
void | testWithChilds () |
Test the combiner when some childs got added to it. |
Class testing the functionality of progress combiners.
Definition at line 40 of file WProgressCombiner_test.h.
void WProgressCombinerTest::testInstantiation | ( | void | ) | [inline] |
Test whether WProgress is instantiatable.
Definition at line 46 of file WProgressCombiner_test.h.
void WProgressCombinerTest::testInternalStateIgnoresIncrementAndFinish | ( | ) | [inline] |
Test whether the combiner ignores manual increments.
Definition at line 54 of file WProgressCombiner_test.h.
References WProgressCombiner::finish(), WProgressCombiner::getProgress(), WProgress::isPending(), and WProgressCombiner::update().
void WProgressCombinerTest::testWithChilds | ( | ) | [inline] |
Test the combiner when some childs got added to it.
Definition at line 72 of file WProgressCombiner_test.h.
References WProgressCombiner::addSubProgress(), WProgressCombiner::finish(), WProgressCombiner::getProgress(), WProgress::isDetermined(), WProgress::isPending(), WProgressCombiner::m_children, and WProgressCombiner::update().