org.springframework.batch.support
Class DefaultPropertEditorRegistrarTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.support.DefaultPropertEditorRegistrarTests

public class DefaultPropertEditorRegistrarTests
extends TestCase


Constructor Summary
DefaultPropertEditorRegistrarTests()
           
 
Method Summary
 void testIntArray()
           
 void testSetCustomEditorsWithInvalidEditor()
           
 void testSetCustomEditorsWithInvalidType()
           
 void testSetCustomEditorsWithInvalidTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertEditorRegistrarTests

public DefaultPropertEditorRegistrarTests()
Method Detail

testIntArray

public void testIntArray()
                  throws Exception
Throws:
Exception

testSetCustomEditorsWithInvalidTypeName

public void testSetCustomEditorsWithInvalidTypeName()
                                             throws Exception
Throws:
Exception

testSetCustomEditorsWithInvalidType

public void testSetCustomEditorsWithInvalidType()
                                         throws Exception
Throws:
Exception

testSetCustomEditorsWithInvalidEditor

public void testSetCustomEditorsWithInvalidEditor()
                                           throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.