org.aludratest.service.separatedfile
Interface SeparatedFileService

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

public interface SeparatedFileService
extends AludraService

AludraTest service interface for separated file support.

Author:
Volker Bergmann

Method Summary
 SeparatedFileCondition check()
          Called by test code to create a service specific child class of the Condition interface.
 FileService getFileService()
           
 SeparatedFileInteraction perform()
          Called by test code to create a service specific child class of the Interaction interface.
 SeparatedFileVerification 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

SeparatedFileInteraction 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

SeparatedFileVerification 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

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

getFileService

FileService getFileService()
Returns:
the underlying FileService


Copyright © 2015 aludratest.org. All rights reserved.