org.unitils.spring.batch
Interface BatchTest

All Known Implementing Classes:
BatchTestImpl

public interface BatchTest

Simple interface to a BatchTest case. The only thing it should be able to do is trigger a test case. This should shoot the batch and verify the result.

Since:
1.0.0
Author:
Jef Verelst, Jeroen Horemans, Thomas De Rycke, Willemijn Wouters

Method Summary
 void launchJob()
          This method launches the Spring Batch job.
 

Method Detail

launchJob

void launchJob()
               throws Exception
This method launches the Spring Batch job.

Throws:
Exception


Copyright © 2013. All Rights Reserved.