Create a guard that installs the fuzz‐test assertion and precondition handlers.
Synopsis
Declared in <bsls_fuzztest.h>
FuzzTestHandlerGuard();
Description
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.
Created with MrDocs