ARB
Public Member Functions | List of all members
arb_test::asserter Class Reference

#include <test_unit.h>

Inheritance diagram for arb_test::asserter:
Inheritance graph
[legend]
Collaboration diagram for arb_test::asserter:
Collaboration graph
[legend]

Public Member Functions

 asserter (const expectation &e, const char *nontmp_code, const char *file, int line)
 
virtual ~asserter ()
 
const charget_code () const
 
void expect_that () const
 
void expect_broken () const
 
void expect_wanted_behavior () const
 
void expect_brokenif (bool condition, const char *condcode)
 

Detailed Description

Definition at line 441 of file test_unit.h.

Constructor & Destructor Documentation

arb_test::asserter::asserter ( const expectation e,
const char nontmp_code,
const char file,
int  line 
)
inline

Definition at line 452 of file test_unit.h.

virtual arb_test::asserter::~asserter ( )
inlinevirtual

Definition at line 457 of file test_unit.h.

Member Function Documentation

const char* arb_test::asserter::get_code ( ) const
inline

Definition at line 459 of file test_unit.h.

Referenced by arb_test::debug_asserter::debug_expectations().

void arb_test::asserter::expect_that ( ) const
inline
void arb_test::asserter::expect_broken ( ) const
inline
void arb_test::asserter::expect_wanted_behavior ( ) const
inline
void arb_test::asserter::expect_brokenif ( bool  condition,
const char condcode 
)
inline

The documentation for this class was generated from the following file: