net.sf.jsefa.test.csv
Class NoValueTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.jsefa.test.csv.NoValueTest
All Implemented Interfaces:
junit.framework.Test

public class NoValueTest
extends junit.framework.TestCase

Tests to test the CSV serialization/deserialization with different no value strings.

Author:
Norman Lahme-Huetig

Constructor Summary
NoValueTest()
           
 
Method Summary
 void testDefaultAsEmpty()
          Test with default no value string which is configured to be the empty string.
 void testDefaultAsNotEmpty()
          Test with default no value string which is configured to be the "NULL" string.
 void testExplicitAsEmpty()
          Test with the empty string as an explicit no value string.
 void testExplicitAsNotEmpty()
          Test with "NULL" as an explicit no value string.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoValueTest

public NoValueTest()
Method Detail

testDefaultAsEmpty

public void testDefaultAsEmpty()
Test with default no value string which is configured to be the empty string.


testDefaultAsNotEmpty

public void testDefaultAsNotEmpty()
Test with default no value string which is configured to be the "NULL" string.


testExplicitAsEmpty

public void testExplicitAsEmpty()
Test with the empty string as an explicit no value string.


testExplicitAsNotEmpty

public void testExplicitAsNotEmpty()
Test with "NULL" as an explicit no value string.



Copyright © 2014. All rights reserved.