Class MetsEditorTestBase

java.lang.Object
org.mycore.common.selenium.MCRSeleniumTestBase
org.mycore.mets.webtest.MetsEditorTestBase
Direct Known Subclasses:
PaginationIT

public class MetsEditorTestBase extends org.mycore.common.selenium.MCRSeleniumTestBase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.mycore.common.selenium.MCRSeleniumTestBase

    driver, errorLogger, testClassDirectory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    protected void
    waitForElement(org.openqa.selenium.By byTextIgnoreCSS)
     

    Methods inherited from class org.mycore.common.selenium.MCRSeleniumTestBase

    getBaseUrl, getDriver, getTestName, setDriver, setTestName, setUpClass, setUpDriver, takeScreenshot, tearDownClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BASE_URL

      public static final String BASE_URL
  • Constructor Details

    • MetsEditorTestBase

      public MetsEditorTestBase()
  • Method Details