org.springframework.batch.core.listener
Class CompositeStepExecutionListenerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.listener.CompositeStepExecutionListenerTests

public class CompositeStepExecutionListenerTests
extends TestCase

Author:
Dave Syer

Constructor Summary
CompositeStepExecutionListenerTests()
           
 
Method Summary
 void testOnError()
          Test method for CompositeStepExecutionListener.beforeStep(StepExecution).
 void testOpen()
          Test method for CompositeStepExecutionListener.beforeStep(StepExecution).
 void testSetListener()
          Test method for CompositeStepExecutionListener.register(org.springframework.batch.core.StepExecutionListener).
 void testSetListeners()
          Test method for CompositeStepExecutionListener.setListeners(org.springframework.batch.core.StepExecutionListener[]).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeStepExecutionListenerTests

public CompositeStepExecutionListenerTests()
Method Detail

testSetListeners

public void testSetListeners()
Test method for CompositeStepExecutionListener.setListeners(org.springframework.batch.core.StepExecutionListener[]).


testSetListener

public void testSetListener()
Test method for CompositeStepExecutionListener.register(org.springframework.batch.core.StepExecutionListener).


testOpen

public void testOpen()
Test method for CompositeStepExecutionListener.beforeStep(StepExecution).


testOnError

public void testOnError()
Test method for CompositeStepExecutionListener.beforeStep(StepExecution).



Copyright © 2008 SpringSource. All Rights Reserved.