[#BloombergLP-bsls-AssertTestHandlerGuard] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::AssertTestHandlerGuard :relfileprefix: ../../ :mrdocs: This class provides a guard that will install and uninstall the negative testing assertion handler, `AssertTest::failTestDriver`, within the protected scope, as well as a corresponding review handler, `AssertTest::failTestDriverByReview`. == Synopsis Declared in `<bsls_asserttest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class AssertTestHandlerGuard; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AssertTestHandlerGuard/2constructor.adoc[`AssertTestHandlerGuard`] [.small]#[constructor]# | Create a `AssertTestHandlerGuard` object, installing the `AssertTest::failTestDriver` assertion handler. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#