net.sf.jsefa.test.xml
Class DataTypeDefaultNameTest

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

public class DataTypeDefaultNameTest
extends junit.framework.TestCase

Tests to test elements with an xsd:type attribute denoting a standard data type.

Author:
Norman Lahme-Huetig

Constructor Summary
DataTypeDefaultNameTest()
           
 
Method Summary
 void testBooleanType()
          Tests it with 'xs:boolean'.
 void testIntegerType()
          Tests it with 'xs:Integer'.
 void testIntType()
          Tests it with 'xs:int'.
 void testLongType()
          Tests it with 'xs:long'.
 void testStringType()
          Tests it with 'xs: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

DataTypeDefaultNameTest

public DataTypeDefaultNameTest()
Method Detail

testStringType

public void testStringType()
Tests it with 'xs:string'.


testIntType

public void testIntType()
Tests it with 'xs:int'.


testIntegerType

public void testIntegerType()
Tests it with 'xs:Integer'.


testLongType

public void testLongType()
Tests it with 'xs:long'.


testBooleanType

public void testBooleanType()
Tests it with 'xs:boolean'.



Copyright © 2014. All rights reserved.