org.springframework.batch.item.file.transform
Class PrefixMatchingCompositeLineTokenizerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.file.transform.PrefixMatchingCompositeLineTokenizerTests

public class PrefixMatchingCompositeLineTokenizerTests
extends TestCase


Constructor Summary
PrefixMatchingCompositeLineTokenizerTests()
           
 
Method Summary
 void testEmptyKeyDoesNotMatchWhenAlternativeAvailable()
           
 void testEmptyKeyMatchesAnyLine()
           
 void testMatchWithPrefix()
           
 void testNoMatch()
           
 void testNoTokenizers()
           
 void testNullLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixMatchingCompositeLineTokenizerTests

public PrefixMatchingCompositeLineTokenizerTests()
Method Detail

testNoTokenizers

public void testNoTokenizers()
                      throws Exception
Throws:
Exception

testNullLine

public void testNullLine()
                  throws Exception
Throws:
Exception

testEmptyKeyMatchesAnyLine

public void testEmptyKeyMatchesAnyLine()
                                throws Exception
Throws:
Exception

testEmptyKeyDoesNotMatchWhenAlternativeAvailable

public void testEmptyKeyDoesNotMatchWhenAlternativeAvailable()
                                                      throws Exception
Throws:
Exception

testNoMatch

public void testNoMatch()
                 throws Exception
Throws:
Exception

testMatchWithPrefix

public void testMatchWithPrefix()
                         throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.