Class TestConfigManager
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.config.TestConfigManager
public class TestConfigManager extends Object
- Author:
- Madhav Krishna
-
Method Summary
Modifier and Type Method Description booleanembedScreenshotsInTestReport()<T> TgetAdditionalPropertyValue(String propName, Class<T> clazz)<T> TgetAdditionalPropertyValue(String appName, String propName, Class<T> clazz)AppConfiggetAppConfig(String appName)Collection<AppConfig>getAppConfigs()StringgetAppScreenCaptureDirectory()StringgetCucumberTestcasesDir()DatabaseProfilegetDatabaseProfile(String appName, String profileName)PlatformTypegetHostPlatformType()StringgetHtmlReportsDir()static TestConfigManagergetInstance()StringgetSikuliResourcesDir()SikuliSettingsgetSikuliSettings()UserProfilegetUserProfile(String appName, String profileName)StringgetUserProfileAdditionalPropertyValue(String appName, String profileName, String propName)booleanisParallelMode()booleanpreferDriverScreenshots()
-
Method Details
-
getInstance
-
isParallelMode
public boolean isParallelMode() -
preferDriverScreenshots
public boolean preferDriverScreenshots() -
embedScreenshotsInTestReport
public boolean embedScreenshotsInTestReport() -
getAppConfig
-
getAppConfigs
-
getCucumberTestcasesDir
-
getUserProfile
-
getDatabaseProfile
-
getAdditionalPropertyValue
-
getAdditionalPropertyValue
-
getAppScreenCaptureDirectory
-
getHtmlReportsDir
-
getUserProfileAdditionalPropertyValue
-
getSikuliSettings
-
getSikuliResourcesDir
-
getHostPlatformType
-