UnitTestFailedException Class Reference

Back to the index.

Public Member Functions | List of all members
UnitTestFailedException Class Reference

An exception thrown by unit test cases that fail. More...

#include <UnitTest.h>

Inheritance diagram for UnitTestFailedException:

Public Member Functions

 UnitTestFailedException (const string &strMessage)
 
virtual ~UnitTestFailedException () throw ()
 
const string & GetMessage () const
 Retrieves the error message associated with the exception. More...
 

Detailed Description

An exception thrown by unit test cases that fail.

Definition at line 39 of file UnitTest.h.

Constructor & Destructor Documentation

◆ UnitTestFailedException()

UnitTestFailedException::UnitTestFailedException ( const string &  strMessage)
inline

Definition at line 43 of file UnitTest.h.

◆ ~UnitTestFailedException()

virtual UnitTestFailedException::~UnitTestFailedException ( )
throw (
)
inlinevirtual

Definition at line 48 of file UnitTest.h.

Member Function Documentation

◆ GetMessage()

const string& UnitTestFailedException::GetMessage ( ) const
inline

Retrieves the error message associated with the exception.

Returns
a const reference to the error message string

Definition at line 57 of file UnitTest.h.


The documentation for this class was generated from the following file:

Generated on Tue Aug 25 2020 19:25:06 for GXemul by doxygen 1.8.18