ThrowOnSkipDisabler Class

class QTest::ThrowOnSkipDisabler
Header: #include <ThrowOnSkipDisabler>
Since: Qt 6.8

Public Functions

Detailed Description

RAII class around setThrowOnSkip().

Member Function Documentation

ThrowOnSkipDisabler::ThrowOnSkipDisabler()

Constructor. Calls setThrowOnSkip(false).

[noexcept] ThrowOnSkipDisabler::~ThrowOnSkipDisabler()

Destructor. Calls setThrowOnSkip(true).