This class is an implementation detail of the bsls fuzz testing framework and should not be used directly in user code. It implements an immutable mechanism to communicate to a test‐case handler information about the context of a precondition that fails.
Synopsis
Declared in <bsls_fuzztestpreconditionexception.h>
class FuzzTestPreconditionException;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. Note that this trivial 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 flag indicating if the failure is a review. |
|
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