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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    finished(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      finished in class org.junit.rules.TestWatcher