org.unitils.spring.batch
Class BatchModule
java.lang.Object
org.unitils.spring.batch.BatchModule
- All Implemented Interfaces:
- org.unitils.core.Module
public class BatchModule
- extends Object
- implements org.unitils.core.Module
The batch module will create the spring batch context.
- Since:
- 1.0.0
- Author:
- Jef Verelst, Jeroen Horemans, Thomas De Rycke, Willemijn Wouters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchModule
public BatchModule()
init
public void init(Properties configuration)
- Specified by:
init in interface org.unitils.core.Module
initializeBatchContext
protected void initializeBatchContext(Object testObject,
Method testMethod)
fillupAnnotatedObjects
protected void fillupAnnotatedObjects(Object testObject)
fillupTestedObject
protected void fillupTestedObject(Object testObject,
Method testMethod)
createBatchJob
protected BatchTest createBatchJob(Field field,
BatchTestEnvironment annotation,
Object testObject)
figureOutContext
protected org.springframework.context.ApplicationContext figureOutContext(String contextFile,
Object testObject)
afterInit
public void afterInit()
- Specified by:
afterInit in interface org.unitils.core.Module
getTestListener
public org.unitils.core.TestListener getTestListener()
- Specified by:
getTestListener in interface org.unitils.core.Module
Copyright © 2013. All Rights Reserved.