org.aludratest.service.gui
Interface AludraGUI

All Superinterfaces:
AludraCloseable, AludraService, Closeable
All Known Subinterfaces:
AludraWebGUI
All Known Implementing Classes:
AbstractSeleniumService, AludraSelenium1, AludraSelenium2

public interface AludraGUI
extends AludraService

Specialization of the AludraService interface for GUI related features.

Author:
Volker Bergmann

Method Summary
 GUICondition check()
          Called by test code to create a service specific child class of the Condition interface.
 GUIComponentFactory getComponentFactory()
          Returns a factory which can be used to create GUI components for this service.
 GUIInteraction perform()
          Called by test code to create a service specific child class of the Interaction interface.
 GUIVerification verify()
          Called by test code to create a service specific child class of the Verification interface.
 
Methods inherited from interface org.aludratest.service.AludraService
getDescription, getInstanceName, init, setSystemConnector
 
Methods inherited from interface org.aludratest.service.AludraCloseable
close
 

Method Detail

perform

GUIInteraction perform()
Description copied from interface: AludraService
Called by test code to create a service specific child class of the Interaction interface. Note that a service interfaces may override this method's signature to declare a more specific Interaction child interface with additional features.

Specified by:
perform in interface AludraService
Returns:
the service's Interaction object
See Also:
AludraService.perform()

verify

GUIVerification verify()
Description copied from interface: AludraService
Called by test code to create a service specific child class of the Verification interface. Note that a service interfaces may override this method's signature to declare a more specific Verification child interface with additional features.

Specified by:
verify in interface AludraService
Returns:
the service's Verification object
See Also:
AludraService.verify()

check

GUICondition check()
Description copied from interface: AludraService
Called by test code to create a service specific child class of the Condition interface. Note that a service interfaces may override this method's signature to declare a more specific Condition child interface with additional features.

Specified by:
check in interface AludraService
Returns:
the service's Condition object
See Also:
AludraService.check()

getComponentFactory

GUIComponentFactory getComponentFactory()
Returns a factory which can be used to create GUI components for this service.

Returns:
A factory which can be used to create GUI components for this service, never null.


Copyright © 2015 aludratest.org. All rights reserved.