org.springframework.batch.item.file.mapping
Class PropertyMatchesTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.file.mapping.PropertyMatchesTests

public class PropertyMatchesTests
extends TestCase


Constructor Summary
PropertyMatchesTests()
           
 
Method Summary
 void setDuckBreast(String duckBreast)
           
 void setDuckPate(String duckPate)
           
 void setDuckSoup(String duckSoup)
           
 void testBuildErrorMessageMultiplePossibleMatches()
           
 void testBuildErrorMessageNoMatches()
           
 void testBuildErrorMessagePossibleMatch()
           
 void testEmptyString()
           
 void testPropertyMatchesWithDefault()
           
 void testPropertyMatchesWithMaxDistance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMatchesTests

public PropertyMatchesTests()
Method Detail

setDuckSoup

public void setDuckSoup(String duckSoup)

setDuckPate

public void setDuckPate(String duckPate)

setDuckBreast

public void setDuckBreast(String duckBreast)

testPropertyMatchesWithMaxDistance

public void testPropertyMatchesWithMaxDistance()
                                        throws Exception
Throws:
Exception

testPropertyMatchesWithDefault

public void testPropertyMatchesWithDefault()
                                    throws Exception
Throws:
Exception

testBuildErrorMessageNoMatches

public void testBuildErrorMessageNoMatches()
                                    throws Exception
Throws:
Exception

testBuildErrorMessagePossibleMatch

public void testBuildErrorMessagePossibleMatch()
                                        throws Exception
Throws:
Exception

testBuildErrorMessageMultiplePossibleMatches

public void testBuildErrorMessageMultiplePossibleMatches()
                                                  throws Exception
Throws:
Exception

testEmptyString

public void testEmptyString()
                     throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.