Uses of Class
org.uitnet.testing.smartfwk.ui.core.config.TestConfigManager
-
Uses of TestConfigManager in org.uitnet.testing.smartfwk.api.core
Fields in org.uitnet.testing.smartfwk.api.core declared as TestConfigManager Modifier and Type Field Description protected TestConfigManagerAbstractApiTestHelper. testConfigManager -
Uses of TestConfigManager in org.uitnet.testing.smartfwk.ui.core
Fields in org.uitnet.testing.smartfwk.ui.core declared as TestConfigManager Modifier and Type Field Description protected TestConfigManagerAbstractUITestHelper. testConfigManagerMethods in org.uitnet.testing.smartfwk.ui.core that return TestConfigManager Modifier and Type Method Description TestConfigManagerAbstractUITestHelper. getTestConfigManager() -
Uses of TestConfigManager in org.uitnet.testing.smartfwk.ui.core.config
Methods in org.uitnet.testing.smartfwk.ui.core.config that return TestConfigManager Modifier and Type Method Description static TestConfigManagerTestConfigManager. getInstance() -
Uses of TestConfigManager in org.uitnet.testing.smartfwk.ui.core.config.webbrowser
Methods in org.uitnet.testing.smartfwk.ui.core.config.webbrowser that return TestConfigManager Modifier and Type Method Description TestConfigManagerWebBrowser. getTestConfigManager()Constructors in org.uitnet.testing.smartfwk.ui.core.config.webbrowser with parameters of type TestConfigManager Constructor Description WebBrowser(String id, String appName, AppConfig appConfig, TestConfigManager testCfgMgr, WebBrowserFactory factory, org.openqa.selenium.WebDriver seleniumWebDriver, WebBrowserType type)