net.sf.jsefa.test.xml
Class ImplicitMapTypeTest

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

public class ImplicitMapTypeTest
extends junit.framework.TestCase

Tests to test implicit maps with String keys and elements of different depth.

Author:
Norman Lahme-Huetig

Constructor Summary
ImplicitMapTypeTest()
           
 
Method Summary
 void testStringToDepth0Map()
          Tests a map with String keys and Depth0DTO elements.
 void testStringToDepth1Map()
          Tests a map with String keys and Depth1DTO elements.
 void testStringToIntegerMap()
          Tests a map with String keys and Integer elements.
 
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

ImplicitMapTypeTest

public ImplicitMapTypeTest()
Method Detail

testStringToIntegerMap

public void testStringToIntegerMap()
Tests a map with String keys and Integer elements.


testStringToDepth0Map

public void testStringToDepth0Map()
Tests a map with String keys and Depth0DTO elements.


testStringToDepth1Map

public void testStringToDepth1Map()
Tests a map with String keys and Depth1DTO elements.



Copyright © 2014. All rights reserved.