BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsls::AssertTestHandlerGuard Class Reference

#include <bsls_asserttest.h>

Public Member Functions

 AssertTestHandlerGuard ()
 
 ~AssertTestHandlerGuard ()=default
 

Detailed Description

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.

See bsls_asserttest

Constructor & Destructor Documentation

◆ AssertTestHandlerGuard()

bsls::AssertTestHandlerGuard::AssertTestHandlerGuard ( )
inline

Create a AssertTestHandlerGuard object, installing the AssertTest::failTestDriver assertion handler.

◆ ~AssertTestHandlerGuard()

bsls::AssertTestHandlerGuard::~AssertTestHandlerGuard ( )
default

The documentation for this class was generated from the following file: