Uses of Class
org.alfresco.utility.TasProperties
-
-
Uses of TasProperties in org.alfresco.utility.data
Fields in org.alfresco.utility.data declared as TasProperties Modifier and Type Field Description protected TasPropertiesTestData. tasProperties -
Uses of TasProperties in org.alfresco.utility.exception
Constructors in org.alfresco.utility.exception with parameters of type TasProperties Constructor Description ServerReachableAlfrescoIsNotRunningException(TasProperties properties)ServerUnreachableException(TasProperties properties) -
Uses of TasProperties in org.alfresco.utility.network
Fields in org.alfresco.utility.network declared as TasProperties Modifier and Type Field Description protected TasPropertiesHttpConsoleOperation. propertiesprotected TasPropertiesJmxClient. propertiesprotected TasPropertiesJmxJolokiaProxyClient. propertiesprotected TasPropertiesServerHealth. properties -
Uses of TasProperties in org.alfresco.utility.network.db
Fields in org.alfresco.utility.network.db declared as TasProperties Modifier and Type Field Description protected TasPropertiesDatabaseOperationImpl. properties -
Uses of TasProperties in org.alfresco.utility.web
Fields in org.alfresco.utility.web declared as TasProperties Modifier and Type Field Description protected TasPropertiesHtmlPage. properties -
Uses of TasProperties in org.alfresco.utility.web.browser
Fields in org.alfresco.utility.web.browser declared as TasProperties Modifier and Type Field Description protected TasPropertiesWebBrowser. propertiesMethods in org.alfresco.utility.web.browser with parameters of type TasProperties Modifier and Type Method Description static org.openqa.selenium.WebDriverBrowser. fromProperties(TasProperties properties)static BrowserBrowser. getBrowserFromProperties(TasProperties properties)static org.openqa.selenium.firefox.FirefoxOptionsBrowser. setFirefoxOptions(TasProperties properties)Constructors in org.alfresco.utility.web.browser with parameters of type TasProperties Constructor Description WebBrowser(org.openqa.selenium.WebDriver driver, TasProperties properties) -
Uses of TasProperties in org.alfresco.utility.web.renderer
Methods in org.alfresco.utility.web.renderer with parameters of type TasProperties Modifier and Type Method Description voidRenderElement. render(RenderWebElement renderAnnotation, org.openqa.selenium.support.FindBy findByAnnotation, WebBrowser browser, TasProperties properties)voidRenderer. render(RenderWebElement renderAnnotation, org.openqa.selenium.support.FindBy findByAnnotation, WebBrowser browser, TasProperties properties)
-