|
ARB
|
#include <test_unit.h>

Public Member Functions | |
| virtual | ~matcher () |
| can match things. More... | |
| HASTOBE_CLONABLE (matcher) | |
| virtual bool | matches (const matchable &thing) const =0 |
| virtual void | dump_expectation (const matchable &thing, int indent) const =0 |
| virtual void | dump_brief_description (const matchable &thing) const =0 |
Definition at line 541 of file test_unit.h.
|
inlinevirtual |
can match things.
Definition at line 542 of file test_unit.h.
| arb_test::matcher::HASTOBE_CLONABLE | ( | matcher | ) |
|
pure virtual |
Implemented in arb_test::FINAL_TYPE< T >, and arb_test::value_matcher< T >.
Referenced by arb_test::match_expectation::fulfilled().
|
pure virtual |
Implemented in arb_test::FINAL_TYPE< T >, and arb_test::value_matcher< T >.
Referenced by arb_test::match_expectation::explain().
|
pure virtual |
Implemented in arb_test::FINAL_TYPE< T >, and arb_test::value_matcher< T >.
Referenced by arb_test::match_expectation::dump_brief_description().
1.8.8