net.sf.jsefa.test.xml
Class StandardDataTypeNamesTest

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

public class StandardDataTypeNamesTest
extends junit.framework.TestCase

Tests to test the correct serialization/deserialization when a data type name (denoting a simple type mapping) is specified for an annotated field.

Author:
Norman Lahme-Huetig

Constructor Summary
StandardDataTypeNamesTest()
           
 
Method Summary
 void testBoolean()
          Tests the standard data type boolean.
 void testInt()
          Tests the standard data type int.
 void testInteger()
          Tests the standard data type integer.
 void testLong()
          Tests the standard data type long.
 void testString()
          Tests the standard data type string.
 
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

StandardDataTypeNamesTest

public StandardDataTypeNamesTest()
Method Detail

testString

public void testString()
Tests the standard data type string.


testInt

public void testInt()
Tests the standard data type int.


testInteger

public void testInteger()
Tests the standard data type integer.


testLong

public void testLong()
Tests the standard data type long.


testBoolean

public void testBoolean()
Tests the standard data type boolean.



Copyright © 2014. All rights reserved.