Constructors
Declared in <bsls_fuzztestpreconditionexception.h>
Create a FuzzTestPreconditionException that is a copy of original.
constexpr
FuzzTestPreconditionException(FuzzTestPreconditionException const& original) = default;
» more...
Create a FuzzTestPreconditionException with the specified attributes.
constexpr
explicit
FuzzTestPreconditionException(
char const* expression,
char const* filename,
int lineNumber,
char const* level = "UNKNOWN",
bool const isReview = false);
» more...
| Name | Description |
|---|---|
| original | object providing the attribute values to copy |
| expression | program source of the failing precondition |
| filename | name of the file containing the assertion/review |
| lineNumber | line number within that file of the failing expression |
| level | level of the assertion or review that has failed |
| isReview | true if the failure is a review; false otherwise |