Uses of Interface
de.renebergelt.juitest.host.testscripts.UIAutomationHost
Packages that use UIAutomationHost
Package
Description
-
Uses of UIAutomationHost in de.renebergelt.juitest.host
Constructors in de.renebergelt.juitest.host with parameters of type UIAutomationHostModifierConstructorDescriptionUITestRunner(String host, int port, UIAutomationHost automationHost, String testBasePackage)Create a new instance of UITestRunner -
Uses of UIAutomationHost in de.renebergelt.juitest.host.services
Constructors in de.renebergelt.juitest.host.services with parameters of type UIAutomationHostModifierConstructorDescriptionSameProcessTestRunnerService(UIAutomationHost host, String testBasePackage)Create a new instance of the SameProcessTestRunnerService -
Uses of UIAutomationHost in de.renebergelt.juitest.host.testscripts
Classes in de.renebergelt.juitest.host.testscripts with type parameters of type UIAutomationHostModifier and TypeClassDescriptionclassSwingAutomationTest<THost extends UIAutomationHost>Base class for UIAutomationTest which test Java Swing UIs (provides swing-related helper methods)classUIAutomationTest<THost extends UIAutomationHost>Interface for automation testsFields in de.renebergelt.juitest.host.testscripts declared as UIAutomationHost