org.aludratest.service.file
Interface FileService

All Superinterfaces:
AludraCloseable, AludraService, Closeable
All Known Implementing Classes:
FileServiceImpl

public interface FileService
extends AludraService

An AludraTest service which provides access to and file operations on local and network file systems as well as on (S)FTP and HTTP(S) servers.

Author:
Volker Bergmann

Method Summary
 FileCondition check()
          Called by test code to create a service specific child class of the Condition interface.
 FileInteraction perform()
          Called by test code to create a service specific child class of the Interaction interface.
 FileVerification 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

FileInteraction 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

FileVerification 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

FileCondition 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()


Copyright © 2015 aludratest.org. All rights reserved.