org.aludratest.service.flatfile
Interface FlatFileService

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

public interface FlatFileService
extends AludraService

AludraTest service interface for flat files support.

Author:
Volker Bergmann

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

FlatFileInteraction 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

verify

FlatFileVerification 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

check

FlatFileCondition 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

getFileService

FileService getFileService()
Returns:
the underlying FileService


Copyright © 2015 aludratest.org. All rights reserved.