LibreOffice Module test (master) 1
Public Member Functions | List of all members
test::AccessibleTestBase::DialogWaiter Class Referenceabstract

#include <accessibletestbase.hxx>

Public Member Functions

virtual ~DialogWaiter ()
 
virtual bool waitEndDialog (sal_uInt64 nTimeoutMs=3000)=0
 Waits for the associated dialog to close. More...
 

Detailed Description

Definition at line 218 of file accessibletestbase.hxx.

Constructor & Destructor Documentation

◆ ~DialogWaiter()

virtual test::AccessibleTestBase::DialogWaiter::~DialogWaiter ( )
inlinevirtual

Definition at line 221 of file accessibletestbase.hxx.

Member Function Documentation

◆ waitEndDialog()

virtual bool test::AccessibleTestBase::DialogWaiter::waitEndDialog ( sal_uInt64  nTimeoutMs = 3000)
pure virtual

Waits for the associated dialog to close.

Parameters
nTimeoutMsMaximum delay to wait the dialog for
Returns
true if the dialog closed, false if timeout was reached
Exceptions
css::uno::RuntimeExceptionif an unexpected dialog popped up instead of the expected one.
Anyexception that the user callback supplied to awaitDialog() might have thrown.

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