Class CancelAnyEditorAuiModalDialog
java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.confluence.webdriver.rules.CancelAnyEditorAuiModalDialog
- All Implemented Interfaces:
org.junit.rules.TestRule
public class CancelAnyEditorAuiModalDialog
extends org.junit.rules.TestWatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinished(org.junit.runner.Description description) If there is an opened modal dialog there will exists a cancel button.Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped, starting, succeeded
-
Constructor Details
-
CancelAnyEditorAuiModalDialog
public CancelAnyEditorAuiModalDialog()
-
-
Method Details
-
finished
public void finished(org.junit.runner.Description description) If there is an opened modal dialog there will exists a cancel button.- Overrides:
finishedin classorg.junit.rules.TestWatcher
-