#include <WarningAsserterInterface.h>
Public Member Functions | |
virtual void | FailAssert (const wxString &file, const int line, const wxString &shortDescription, const wxString &message) const =0 |
Execute a failing CppUnit framework asserter call. | |
virtual | ~WarningAsserterInterface () |
Definition at line 26 of file WarningAsserterInterface.h.
virtual wxTst::WarningAsserterInterface::~WarningAsserterInterface | ( | ) | [inline, virtual] |
Definition at line 29 of file WarningAsserterInterface.h.
void wxTst::WarningAsserterInterface::FailAssert | ( | const wxString & | file, | |
const int | line, | |||
const wxString & | shortDescription, | |||
const wxString & | message | |||
) | const [pure 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 |
Implemented in wxTst::CppUnitWarningAsserter.
Referenced by wxTst::WxGuiTestHelper::FlushEventQueue().