Class WebDriverTest

java.lang.Object
ch.rswk.util.web.test.AbstractWebDriver
ch.rswk.util.web.test.WebDriverTest

public class WebDriverTest extends AbstractWebDriver
  • Field Details

  • Constructor Details

    • WebDriverTest

      public WebDriverTest()
  • Method Details

    • setupClass

      @BeforeAll public static void setupClass() throws Exception
      Throws:
      Exception
    • teardownClass

      @AfterAll public static void teardownClass() throws Exception
      Throws:
      Exception
    • getPostMessageOrigin

      protected String getPostMessageOrigin()
      Overrides:
      getPostMessageOrigin in class AbstractWebDriver
    • qunit

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void qunit(String driver)
    • qunit_fail

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void qunit_fail(String driverName)
    • index

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void index(String driverName)
    • loadConfig_override

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void loadConfig_override(String driverName) throws IOException
      Throws:
      IOException