net.sf.jsefa.test.all
Class DepthTest

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

public class DepthTest
extends junit.framework.TestCase

Tests to test the serialization/deserialization of DTOs with different depth.

Author:
Norman Lahme-Huetig

Constructor Summary
DepthTest()
           
 
Method Summary
 void testDepth1CSV()
          Test with the depth one (CSV).
 void testDepth1FLR()
          Test with the depth one (FLR).
 void testDepth1XML()
          Test with the depth one (XML).
 void testDepth2CSV()
          Test with the depth two (CSV).
 void testDepth2FLR()
          Test with the depth two (FLR).
 void testDepth2XML()
          Test with the depth two (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

DepthTest

public DepthTest()
Method Detail

testDepth1CSV

public void testDepth1CSV()
Test with the depth one (CSV).


testDepth1FLR

public void testDepth1FLR()
Test with the depth one (FLR).


testDepth1XML

public void testDepth1XML()
Test with the depth one (XML).


testDepth2CSV

public void testDepth2CSV()
Test with the depth two (CSV).


testDepth2FLR

public void testDepth2FLR()
Test with the depth two (FLR).


testDepth2XML

public void testDepth2XML()
Test with the depth two (XML).



Copyright © 2014. All rights reserved.