org.springframework.batch.item.database.support
Class ColumnMapExecutionContextRowMapperTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.database.support.ColumnMapExecutionContextRowMapperTests

public class ColumnMapExecutionContextRowMapperTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
ColumnMapExecutionContextRowMapperTests()
           
 
Method Summary
protected  void setUp()
           
 void testCreateExecutionContextFromEmptyKeys()
           
 void testCreateExecutionContextWithNull()
           
 void testCreateSetter()
           
 void testSetValuesWithInvalidType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnMapExecutionContextRowMapperTests

public ColumnMapExecutionContextRowMapperTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testSetValuesWithInvalidType

public void testSetValuesWithInvalidType()
                                  throws Exception
Throws:
Exception

testCreateExecutionContextWithNull

public void testCreateExecutionContextWithNull()
                                        throws Exception
Throws:
Exception

testCreateExecutionContextFromEmptyKeys

public void testCreateExecutionContextFromEmptyKeys()
                                             throws Exception
Throws:
Exception

testCreateSetter

public void testCreateSetter()
                      throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.