org.springframework.batch.item.jms
Class JmsItemReaderTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.item.jms.JmsItemReaderTests
All Implemented Interfaces:
junit.framework.Test

public class JmsItemReaderTests
extends junit.framework.TestCase


Constructor Summary
JmsItemReaderTests()
           
 
Method Summary
 void testErrorQueueWithDestination()
           
 void testErrorQueueWithDestinationName()
           
 void testGetKeyFromMessage()
           
 void testGetKeyFromNonMessage()
           
 void testIsNewForMessage()
           
 void testIsNewForNonMessage()
           
 void testNextMessageSunnyDay()
           
 void testNoItemTypeSunnyDay()
           
 void testRecoverWithNoDestination()
           
 void testSetItemSubclassTypeSunnyDay()
           
 void testSetItemTypeMismatch()
           
 void testSetItemTypeSunnyDay()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmsItemReaderTests

public JmsItemReaderTests()
Method Detail

testNoItemTypeSunnyDay

public void testNoItemTypeSunnyDay()

testSetItemTypeSunnyDay

public void testSetItemTypeSunnyDay()

testSetItemSubclassTypeSunnyDay

public void testSetItemSubclassTypeSunnyDay()

testSetItemTypeMismatch

public void testSetItemTypeMismatch()

testNextMessageSunnyDay

public void testNextMessageSunnyDay()

testRecoverWithNoDestination

public void testRecoverWithNoDestination()
                                  throws Exception
Throws:
Exception

testErrorQueueWithDestinationName

public void testErrorQueueWithDestinationName()
                                       throws Exception
Throws:
Exception

testErrorQueueWithDestination

public void testErrorQueueWithDestination()
                                   throws Exception
Throws:
Exception

testGetKeyFromMessage

public void testGetKeyFromMessage()
                           throws Exception
Throws:
Exception

testGetKeyFromNonMessage

public void testGetKeyFromNonMessage()
                              throws Exception
Throws:
Exception

testIsNewForMessage

public void testIsNewForMessage()
                         throws Exception
Throws:
Exception

testIsNewForNonMessage

public void testIsNewForNonMessage()
                            throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.