ARB
|
#include <test_unit.h>
Public Member Functions | |
int | required (int what) const |
group_match (const expectation_group &egroup, int min, int max) | |
void | dump_num_of (int amount, const char *thing) const |
void | dump (const expectation_group &group, int indent) const |
Static Public Member Functions | |
static void | is (int a) |
static void | was (int a) |
static void | amountzero (int a, const char *zero) |
Public Attributes | |
const int | count |
result of matching an expectation_group with a group_matcher More... | |
const int | fulfilled |
const int | min_req |
const int | max_req |
const int | diff |
Definition at line 861 of file test_unit.h.
|
inline |
Definition at line 869 of file test_unit.h.
Definition at line 868 of file test_unit.h.
|
inlinestatic |
Definition at line 880 of file test_unit.h.
References arb_test::select_spaced().
Referenced by dump().
|
inlinestatic |
Definition at line 881 of file test_unit.h.
References arb_test::select_spaced().
Definition at line 882 of file test_unit.h.
References arb_test::print().
Referenced by dump(), and dump_num_of().
Definition at line 884 of file test_unit.h.
References amountzero(), arb_test::print(), and arb_test::space().
Referenced by dump().
|
inline |
Definition at line 891 of file test_unit.h.
References amountzero(), arb_test::expectation_group::dependent(), arb_test::expectation::dump_brief_description(), arb_test::expectation_group::dump_brief_description(), dump_num_of(), arb_test::expectation_group::dump_some_expectations(), is(), max_req, min_req, arb_test::nl(), arb_test::print(), arb_test::print_indent(), arb_test::select_spaced(), and arb_test::space().
Referenced by arb_test::FINAL_TYPE< T >::dump_expectation().
const int arb_test::group_match::count |
result of matching an expectation_group with a group_matcher
Definition at line 862 of file test_unit.h.
const int arb_test::group_match::fulfilled |
Definition at line 863 of file test_unit.h.
const int arb_test::group_match::min_req |
Definition at line 864 of file test_unit.h.
Referenced by dump().
const int arb_test::group_match::max_req |
Definition at line 865 of file test_unit.h.
Referenced by dump().
const int arb_test::group_match::diff |
Definition at line 866 of file test_unit.h.
Referenced by arb_test::FINAL_TYPE< T >::matches().