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

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

public class CommonLineTokenizerTests
extends TestCase

Tests for AbstractLineTokenizer.

Author:
Robert Kasanicky, Dave Syer

Constructor Summary
CommonLineTokenizerTests()
           
 
Method Summary
 void testHasNames()
          Columns names are considered to be specified if they are not null or empty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonLineTokenizerTests

public CommonLineTokenizerTests()
Method Detail

testHasNames

public void testHasNames()
Columns names are considered to be specified if they are not null or empty.



Copyright © 2008 SpringSource. All Rights Reserved.