An exception thrown by unit test cases that fail. More...
#include <UnitTest.h>
Public Member Functions | |
UnitTestFailedException (const string &strMessage) | |
virtual | ~UnitTestFailedException () throw () |
const string & | GetMessage () const |
Retrieves the error message associated with the exception. More... | |
An exception thrown by unit test cases that fail.
Definition at line 39 of file UnitTest.h.
|
inline |
Definition at line 43 of file UnitTest.h.
|
inlinevirtual |
Definition at line 48 of file UnitTest.h.
|
inline |
Retrieves the error message associated with the exception.
Definition at line 57 of file UnitTest.h.