Handle an assertion violation for fuzz-test precondition tracking.
Declared in <bsls_fuzztest.h>
static
void
handleAssertViolation(AssertViolation const& violation);
Throw a FuzzTestPreconditionException constructed from the specified violation if the assertion violation occurred after the first invocation of handlePreconditionsBegin but before the first invocation of handlePreconditionsEnd, and invoke the assertion handler returned by FuzzTestHandlerGuard::getOriginalAssertionHandler otherwise.
| Name | Description |
|---|---|
| violation | details of the failed assertion |