net.sf.jsefa.test.all
Class InheritanceTest

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

public class InheritanceTest
extends junit.framework.TestCase

Tests to test the serialization/deserialization of DTOs with inheritance.

Author:
Marko Kovacevic, Norman Lahme-Huetig

Constructor Summary
InheritanceTest()
           
 
Method Summary
 void testAtEntryPointLevelCSV()
          Test inheritance at entry point level (CSV).
 void testAtEntryPointLevelFLR()
          Test inheritance at entry point level (FLR).
 void testAtEntryPointLevelXML()
          Test inheritance at entry point level (XML).
 void testAtLevel1CSV()
          Test inheritance at level 1 of the object hierarchy (CSV).
 void testAtLevel1FLR()
          Test inheritance at level 1 of the object hierarchy (FLR).
 void testAtLevel1XML()
          Test inheritance at level 1 of the object hierarchy (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

InheritanceTest

public InheritanceTest()
Method Detail

testAtEntryPointLevelCSV

public void testAtEntryPointLevelCSV()
Test inheritance at entry point level (CSV).


testAtEntryPointLevelFLR

public void testAtEntryPointLevelFLR()
Test inheritance at entry point level (FLR).


testAtEntryPointLevelXML

public void testAtEntryPointLevelXML()
Test inheritance at entry point level (XML).


testAtLevel1CSV

public void testAtLevel1CSV()
Test inheritance at level 1 of the object hierarchy (CSV).


testAtLevel1FLR

public void testAtLevel1FLR()
Test inheritance at level 1 of the object hierarchy (FLR).


testAtLevel1XML

public void testAtLevel1XML()
Test inheritance at level 1 of the object hierarchy (XML).



Copyright © 2014. All rights reserved.