ARB
|
#include <test_unit.h>
Public Member Functions | |
debug_asserter (const expectation &e, const char *code_, const char *file, int line) | |
void | debug_expectations () |
![]() | |
asserter (const expectation &e, const char *nontmp_code, const char *file, int line) | |
virtual | ~asserter () |
const char * | get_code () const |
void | expect_that () const |
void | expect_broken () const |
void | expect_wanted_behavior () const |
void | expect_brokenif (bool condition, const char *condcode) |
Definition at line 513 of file test_unit.h.
|
inline |
Definition at line 518 of file test_unit.h.
|
inline |
Definition at line 522 of file test_unit.h.
References arb_test::asserter::expect_broken(), arb_test::asserter::expect_that(), arb_test::asserter::expect_wanted_behavior(), and arb_test::asserter::get_code().