Package de.qytera.qtaf.core
Class QtafFactory
java.lang.Object
de.qytera.qtaf.core.QtafFactory
Factory Class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigMapGet configuration.static com.google.gson.GsongetGson()Get GSON instance.static LoggerGet logger.static TestSuiteLogCollectionGet Test suite log collection.static org.openqa.selenium.WebDriverGet Selenium Web Driver instance.
-
Method Details
-
getConfiguration
Get configuration.- Returns:
- Configuration
-
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
Get logger.- Returns:
- logger
-
getGson
public static com.google.gson.Gson getGson()Get GSON instance.- Returns:
- GSON instance
-