Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 426 of file qtestcase.h.

Constructor & Destructor Documentation

◆ ThrowOnSkipEnabler()

QTest::ThrowOnSkipEnabler::ThrowOnSkipEnabler ( )
inline

Constructor.

Calls {setThrowOnSkip(true)}.

Definition at line 429 of file qtestcase.h.

◆ ~ThrowOnSkipEnabler()

QTest::ThrowOnSkipEnabler::~ThrowOnSkipEnabler ( )
inline

Destructor.

Calls {setThrowOnSkip(false)}.

Definition at line 430 of file qtestcase.h.


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