ARB
|
#include <test_unit.h>
Public Member Functions | |
match_expectation (const matchable &thing_, const matcher &condition_) | |
match_expectation (const match_expectation &other) | |
DECLARE_ASSIGNMENT_OPERATOR (match_expectation) | |
MAKE_CLONABLE (match_expectation) | |
~match_expectation () OVERRIDE | |
bool | fulfilled () const OVERRIDE |
bool | unfulfilled () const |
void | explain (int indent) const OVERRIDE |
void | dump_brief_description () const OVERRIDE |
Public Member Functions inherited from arb_test::expectation | |
virtual | ~expectation () |
something expected. can be fulfilled or not (and can explain why/not) More... | |
HASTOBE_CLONABLE (expectation) | |
Definition at line 554 of file test_unit.h.
|
inline |
Definition at line 558 of file test_unit.h.
|
inline |
Definition at line 562 of file test_unit.h.
|
inline |
Definition at line 568 of file test_unit.h.
arb_test::match_expectation::DECLARE_ASSIGNMENT_OPERATOR | ( | match_expectation | ) |
arb_test::match_expectation::MAKE_CLONABLE | ( | match_expectation | ) |
|
inlinevirtual |
Implements arb_test::expectation.
Definition at line 573 of file test_unit.h.
References arb_test::matcher::matches().
Referenced by unfulfilled().
|
inline |
Definition at line 574 of file test_unit.h.
References fulfilled().
|
inlinevirtual |
Implements arb_test::expectation.
Definition at line 575 of file test_unit.h.
References arb_test::matcher::dump_expectation().
|
inlinevirtual |
Implements arb_test::expectation.
Definition at line 576 of file test_unit.h.
References arb_test::matcher::dump_brief_description().