#include <ITest.h>
Public Methods | |
wxTestAssertion (const char *pszMessage, const char *file, long unsigned lineNo) | |
Construct a new wxTestAssertion object. More... | |
Public Attributes | |
char | m_szMessage [1024] |
const char * | m_pszFile |
long unsigned | m_nLineNo |
This way if a failure occurs in the middle of a test, the remainder of code in that test is skipped.
The wxTestAssertion object has a message, derived from the point of failure.
Definition at line 129 of file ITest.h.
|
Construct a new wxTestAssertion object. This isn't a pure interface as it contains code, but since it's inline it won't create any link-time dependencies, and it's completely self-contained (it doesn't use any external functions).
|
|
|
|
|
|
|