ARB
|
#include <test_unit.h>
Public Member Functions | |
expectation_group () | |
expectation_group (const expectation &e) | |
expectation_group (const expectation &e1, const expectation &e2) | |
expectation_group (const expectation_group &other) | |
~expectation_group () OVERRIDE | |
MAKE_CLONABLE (expectation_group) | |
expectation_group & | add (const expectation &e) |
const char * | name () const OVERRIDE |
const char * | readable_value () const OVERRIDE |
const expectation & | dependent (int i) const |
int | size () const |
int | count_fulfilled () const |
void | dump_some_expectations (int indent, bool fulfilled, bool unfulfilled) const |
void | dump_brief_description () const |
Public Member Functions inherited from arb_test::matchable | |
virtual | ~matchable () |
can be matched with corresponding matcher. More... | |
HASTOBE_CLONABLE (matchable) | |
Definition at line 784 of file test_unit.h.
|
inline |
Definition at line 792 of file test_unit.h.
References NULp.
|
inline |
Definition at line 793 of file test_unit.h.
|
inline |
Definition at line 796 of file test_unit.h.
|
inline |
Definition at line 800 of file test_unit.h.
|
inline |
Definition at line 805 of file test_unit.h.
arb_test::expectation_group::MAKE_CLONABLE | ( | expectation_group | ) |
|
inline |
Definition at line 812 of file test_unit.h.
References arb_assert.
Referenced by CommandOutput::Contains(), CommandOutput::Equals(), and CommandOutput::has_checksum().
|
inlinevirtual |
Implements arb_test::matchable.
Definition at line 814 of file test_unit.h.
|
inlinevirtual |
Implements arb_test::matchable.
Definition at line 817 of file test_unit.h.
|
inline |
Definition at line 821 of file test_unit.h.
References arb_assert.
Referenced by count_fulfilled(), arb_test::group_match::dump(), dump_brief_description(), and dump_some_expectations().
|
inline |
Definition at line 822 of file test_unit.h.
Referenced by dump_brief_description(), and dump_some_expectations().
|
inline |
Definition at line 823 of file test_unit.h.
References dependent(), and arb_test::expectation::fulfilled().
|
inline |
Definition at line 830 of file test_unit.h.
References arb_test::all(), dependent(), arb_test::expectation::explain(), arb_test::expectation::fulfilled(), arb_test::print(), and size().
Referenced by arb_test::group_match::dump().
|
inline |
Definition at line 848 of file test_unit.h.
References dependent(), arb_test::expectation::dump_brief_description(), arb_test::print(), and size().
Referenced by arb_test::group_match::dump(), and arb_test::FINAL_TYPE< T >::dump_brief_description().