Handle a review violation for fuzz‐test precondition tracking.
Synopsis
Declared in <bsls_fuzztest.h>
static
void
handleReviewViolation(ReviewViolation const& violation);
Description
Throw a FuzzTestPreconditionException constructed from the specified violation if the review violation occurred after the first invocation of handlePreconditionsBegin but before the first invocation of handlePreconditionsEnd, and invoke the assertion handler (not review handler) returned by FuzzTestHandlerGuard::getOriginalAssertionHandler otherwise.
Parameters
Name |
Description |
violation |
details of the failed review |
Created with MrDocs