ARB
Public Member Functions | List of all members
arb_test::expectation Struct Referenceabstract

#include <test_unit.h>

Inheritance diagram for arb_test::expectation:
Inheritance graph
[legend]

Public Member Functions

virtual ~expectation ()
 something expected. can be fulfilled or not (and can explain why/not) More...
 
 HASTOBE_CLONABLE (expectation)
 
virtual bool fulfilled () const =0
 
virtual void explain (int indent) const =0
 
virtual void dump_brief_description () const =0
 

Detailed Description

Definition at line 429 of file test_unit.h.

Constructor & Destructor Documentation

virtual arb_test::expectation::~expectation ( )
inlinevirtual

something expected. can be fulfilled or not (and can explain why/not)

Definition at line 430 of file test_unit.h.

Member Function Documentation

arb_test::expectation::HASTOBE_CLONABLE ( expectation  )
virtual bool arb_test::expectation::fulfilled ( ) const
pure virtual
virtual void arb_test::expectation::explain ( int  indent) const
pure virtual
virtual void arb_test::expectation::dump_brief_description ( ) const
pure virtual

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