net.sf.jsefa.test.rbf
Class SpecialRecordDelimiterTest

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

public class SpecialRecordDelimiterTest
extends junit.framework.TestCase

Tests to test the RBF serialization/deserialization using a special record delimiter.

Author:
Norman Lahme-Huetig

Constructor Summary
SpecialRecordDelimiterTest()
           
 
Method Summary
 void testRecordsOnlyCSV()
          Tests a single line with multiple records (CSV).
 void testRecordsOnlyFLR()
          Tests a single line with multiple records (FLR).
 void testWithHeaderAndFooterCSV()
          Tests multiple records with a header and footer (CSV).
 void testWithHeaderAndFooterFLR()
          Tests multiple records with a header and footer (FLR).
 void testWithHeaderCSV()
          Tests multiple records with a header (CSV).
 void testWithHeaderFLR()
          Tests multiple records with a header (FLR).
 
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

SpecialRecordDelimiterTest

public SpecialRecordDelimiterTest()
Method Detail

testRecordsOnlyCSV

public void testRecordsOnlyCSV()
Tests a single line with multiple records (CSV).


testRecordsOnlyFLR

public void testRecordsOnlyFLR()
Tests a single line with multiple records (FLR).


testWithHeaderCSV

public void testWithHeaderCSV()
Tests multiple records with a header (CSV).


testWithHeaderFLR

public void testWithHeaderFLR()
Tests multiple records with a header (FLR).


testWithHeaderAndFooterCSV

public void testWithHeaderAndFooterCSV()
Tests multiple records with a header and footer (CSV).


testWithHeaderAndFooterFLR

public void testWithHeaderAndFooterFLR()
Tests multiple records with a header and footer (FLR).



Copyright © 2014. All rights reserved.