#include <CppUnitWarningAsserter.h>


Public Member Functions | |
| virtual void | FailAssert (const wxString &file, const int line, const wxString &shortDescription, const wxString &message) const |
| Execute a failing CppUnit framework asserter call. | |
| virtual | ~CppUnitWarningAsserter () |
Definition at line 28 of file CppUnitWarningAsserter.h.
| virtual wxTst::CppUnitWarningAsserter::~CppUnitWarningAsserter | ( | ) | [inline, virtual] |
Definition at line 31 of file CppUnitWarningAsserter.h.
| void wxTst::CppUnitWarningAsserter::FailAssert | ( | const wxString & | file, | |
| const int | line, | |||
| const wxString & | shortDescription, | |||
| const wxString & | message | |||
| ) | const [virtual] |
Execute a failing CppUnit framework asserter call.
| file | file where first failure occured | |
| line | line number where first failure occured | |
| shortDescription | short description of first failure | |
| message | message of occured failure |
Implements wxTst::WarningAsserterInterface.
Definition at line 22 of file CppUnitWarningAsserter.cpp.
1.5.5