Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QTest::ThrowOnSkipDisabler Class Reference

#include <qtestcase.h>

+ Collaboration diagram for QTest::ThrowOnSkipDisabler:

Public Member Functions

 ThrowOnSkipDisabler ()
 Constructor.
 
 ~ThrowOnSkipDisabler ()
 Destructor.
 

Detailed Description

Since
6.8

\inmodule QtTestLib

RAII class around setThrowOnSkip().

Definition at line 412 of file qtestcase.h.

Constructor & Destructor Documentation

◆ ThrowOnSkipDisabler()

QTest::ThrowOnSkipDisabler::ThrowOnSkipDisabler ( )
inline

Constructor.

Calls {setThrowOnSkip(false)}.

Definition at line 415 of file qtestcase.h.

References QTest::setThrowOnSkip().

+ Here is the call graph for this function:

◆ ~ThrowOnSkipDisabler()

QTest::ThrowOnSkipDisabler::~ThrowOnSkipDisabler ( )
inline

Destructor.

Calls {setThrowOnSkip(true)}.

Definition at line 416 of file qtestcase.h.

References QTest::setThrowOnSkip().

+ Here is the call graph for this function:

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