net.sf.jsefa.test.all
Class FullCycleTest

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

public class FullCycleTest
extends junit.framework.TestCase

Test full cycle (open, hasNext, next, close) of the deserializers.

Author:
Norman Lahme-Huetig, Guido Vrankar

Constructor Summary
FullCycleTest()
           
 
Method Summary
 void testWithoutPrefixCSV()
          Tests full cycle for CSV for the case when no prefix is used.
 void testWithoutPrefixFLR()
          Tests full cycle for FLR for the case when no prefix is used.
 void testWithPrefixesCSV()
          Tests full cycle for CSV for the case when prefixes are used.
 void testWithPrefixesFLR()
          Tests full cycle for FLR for the case when prefixes are used.
 void testXML()
          Tests full cycle for XML.
 
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

FullCycleTest

public FullCycleTest()
Method Detail

testXML

public void testXML()
Tests full cycle for XML.


testWithoutPrefixCSV

public void testWithoutPrefixCSV()
Tests full cycle for CSV for the case when no prefix is used.


testWithoutPrefixFLR

public void testWithoutPrefixFLR()
Tests full cycle for FLR for the case when no prefix is used.


testWithPrefixesCSV

public void testWithPrefixesCSV()
Tests full cycle for CSV for the case when prefixes are used.


testWithPrefixesFLR

public void testWithPrefixesFLR()
Tests full cycle for FLR for the case when prefixes are used.



Copyright © 2014. All rights reserved.