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::ThrowOnSkipEnabler Class Reference

#include <qtestcase.h>

+ Collaboration diagram for QTest::ThrowOnSkipEnabler:

Public Member Functions

 ThrowOnSkipEnabler ()
 Constructor.
 
 ~ThrowOnSkipEnabler ()
 Destructor.
 

Detailed Description

Since
6.8

\inmodule QtTestLib

RAII class around setThrowOnSkip().

Definition at line 398 of file qtestcase.h.

Constructor & Destructor Documentation

◆ ThrowOnSkipEnabler()

QTest::ThrowOnSkipEnabler::ThrowOnSkipEnabler ( )
inline

Constructor.

Calls {setThrowOnSkip(true)}.

Definition at line 401 of file qtestcase.h.

References QTest::setThrowOnSkip().

+ Here is the call graph for this function:

◆ ~ThrowOnSkipEnabler()

QTest::ThrowOnSkipEnabler::~ThrowOnSkipEnabler ( )
inline

Destructor.

Calls {setThrowOnSkip(false)}.

Definition at line 402 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: