Class QtafFactory

java.lang.Object
de.qytera.qtaf.core.QtafFactory

public class QtafFactory extends Object
Factory Class.
  • Method Details

    • getConfiguration

      public static ConfigMap getConfiguration()
      Get configuration.
      Returns:
      Configuration
    • getTestSuiteLogCollection

      public static TestSuiteLogCollection getTestSuiteLogCollection()
      Get Test suite log collection.
      Returns:
      test suite log collection
    • getWebDriver

      public static org.openqa.selenium.WebDriver getWebDriver()
      Get Selenium Web Driver instance.
      Returns:
      Selenium Web Driver
    • getLogger

      public static Logger getLogger()
      Get logger.
      Returns:
      logger
    • getGson

      public static com.google.gson.Gson getGson()
      Get GSON instance.
      Returns:
      GSON instance