Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members  

C:/marty/b3/wxTest/include/wxTest/ITest.h File Reference

#include <wxTest/preprocessor.h>

Go to the source code of this file.

Compounds

class  wxITest
 wxITest is the base interface for all tests. More...

class  wxTestAssertion
 A wxTestAssertion is thrown whenever a failure occurs in a test (e.g., WXTASSERT failure or some other kind of exception). More...


Defines

#define WXTASSERT(BOOLEXPR)   if ( !( BOOLEXPR ) ) throw wxTestAssertion( "", __FILE__, __LINE__ );
 WXTASSERT evalueates a boolean expression. More...

#define WXTASSERTMSG(MSG, BOOLEXPR)   if ( !( BOOLEXPR ) ) throw wxTestAssertion( MSG, __FILE__, __LINE__ );
 WXTASSERT evalueates a boolean expression. More...


Variables

WXTEST_BEGIN_NAMESPACE class wxITestRunner


Define Documentation

#define WXTASSERT BOOLEXPR       if ( !( BOOLEXPR ) ) throw wxTestAssertion( "", __FILE__, __LINE__ );
 

WXTASSERT evalueates a boolean expression.

A FALSE expression is considered a failure and a wxTestAssertion is thrown, which must be caught by the test-runner.

Definition at line 162 of file ITest.h.

#define WXTASSERTMSG MSG,
BOOLEXPR       if ( !( BOOLEXPR ) ) throw wxTestAssertion( MSG, __FILE__, __LINE__ );
 

WXTASSERT evalueates a boolean expression.

A FALSE expression is considered a failure and a wxTestAssertion is thrown, which must be caught by the test-runner.

Definition at line 169 of file ITest.h.


Variable Documentation

WXTEST_BEGIN_NAMESPACE class wxITestRunner
 

Definition at line 19 of file ITest.h.


ThunderCow Software (c) 2001 Marty Saxton, ThunderCow Software. Generated on Sat Nov 17 14:08:32 2001 for wxTest by Doxygen 1.2.11