[#BloombergLP-bsls-FuzzTestPreconditionTracker-handleReviewViolation] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/FuzzTestPreconditionTracker.adoc[FuzzTestPreconditionTracker]::handleReviewViolation :relfileprefix: ../../../ :mrdocs: Handle a review violation for fuzz‐test precondition tracking. == Synopsis Declared in `<bsls_fuzztest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void handleReviewViolation(xref:BloombergLP/bsls/ReviewViolation.adoc[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 [cols="1,4"] |=== | Name| Description | *violation* | details of the failed review |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#