ThrowOnSkipEnabler Class
class QTest::ThrowOnSkipEnablerHeader: | #include <ThrowOnSkipEnabler> |
Since: | Qt 6.8 |
Public Functions
Detailed Description
RAII class around setThrowOnSkip().
Member Function Documentation
ThrowOnSkipEnabler::ThrowOnSkipEnabler()
Constructor. Calls setThrowOnSkip(true)
.
[noexcept]
ThrowOnSkipEnabler::~ThrowOnSkipEnabler()
Destructor. Calls setThrowOnSkip(false)
.