[#BloombergLP-bsls-FuzzTestHandlerGuard-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/FuzzTestHandlerGuard.adoc[FuzzTestHandlerGuard]::FuzzTestHandlerGuard :relfileprefix: ../../../ :mrdocs: Create a guard object, installing `FuzzTestPreconditionTracker::handleAssertViolation`, `FuzzTestPreconditionTracker::handleReviewViolation`, and the `BEGIN/END` handler. The behavior is undefined if the current assertion handler is `FuzzTestPreconditionTracker::handleAssertViolation` or the current review handler is `FuzzTestPreconditionTracker::handleAssertViolation`. == Synopsis Declared in `<bsls_fuzztest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FuzzTestHandlerGuard(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#