ARB
|
#include <test_unit.h>
Public Member Functions | |
virtual | ~expectation () |
something expected. can be fulfilled or not (and can explain why/not) More... | |
HASTOBE_CLONABLE (expectation) | |
virtual bool | fulfilled () const =0 |
virtual void | explain (int indent) const =0 |
virtual void | dump_brief_description () const =0 |
Definition at line 429 of file test_unit.h.
|
inlinevirtual |
something expected. can be fulfilled or not (and can explain why/not)
Definition at line 430 of file test_unit.h.
arb_test::expectation::HASTOBE_CLONABLE | ( | expectation | ) |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in arb_test::match_expectation.
Referenced by arb_test::group_match::dump(), and arb_test::expectation_group::dump_brief_description().