This class is an implementation detail of the bsls testing framework and should not be used directly in user code. It implements an immutable mechanism to communicate information about the context of an assertion that fails to a test‐case handler.
Synopsis
Declared in <bsls_asserttestexception.h>
class AssertTestException;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. Note that this destructor's definition is compiler generated. |
Return a string containing the program source of the assertion that has failed. |
|
Return a string containing the filename of the source file containing the assertion that has failed. |
|
Return a string containing a representation of the level of assertion or review macro that failed. |
|
Return the number of the line within the file |
Created with MrDocs