net.sf.jsefa.test.xml
Class SimpleTypeConfigurabilityTest

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

public class SimpleTypeConfigurabilityTest
extends junit.framework.TestCase

Tests for testing the configurability of simple types (concerning format and/or converterType) for different xml node types.

Author:
Marko Kovacevic

Constructor Summary
SimpleTypeConfigurabilityTest()
           
 
Method Summary
 void testAttributeWithConverterType()
          Tests the converter type configuration for an attribute.
 void testAttributeWithFormat()
          Tests the format configuration for an attribute.
 void testAttributeWithFormatAndConverterType()
          Tests the format and converter type configuration for an attribute.
 void testElementListWithConverterType()
          Tests the converter type configuration for an element list.
 void testElementListWithFormat()
          Tests the format configuration for an element list.
 void testElementListWithFormatAndConverterType()
          Tests the format and converter type configuration for an element list.
 void testElementMapWithConverterType()
          Tests the converter type configuration for an element map.
 void testElementMapWithFormat()
          Tests the format configuration for an element map.
 void testElementMapWithFormatAndConverterType()
          Tests the format and converter type configuration for an element map.
 void testElementWithConverterType()
          Tests the converter type configuration for an element.
 void testElementWithFormat()
          Tests the format configuration for an element.
 void testElementWithFormatAndConverterType()
          Tests the format and converter type configuration for an element.
 void testTextContentWithConverterTypeDTO()
          Tests the converter type configuration for a text content.
 void testTextContentWithFormat()
          Tests the format configuration for a text content.
 void testTextContentWithFormatAndConverterTypeDTO()
          Tests the format and converter type configuration for a text content.
 
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

SimpleTypeConfigurabilityTest

public SimpleTypeConfigurabilityTest()
Method Detail

testAttributeWithFormat

public void testAttributeWithFormat()
Tests the format configuration for an attribute.


testAttributeWithConverterType

public void testAttributeWithConverterType()
Tests the converter type configuration for an attribute.


testAttributeWithFormatAndConverterType

public void testAttributeWithFormatAndConverterType()
Tests the format and converter type configuration for an attribute.


testElementWithFormat

public void testElementWithFormat()
Tests the format configuration for an element.


testElementWithConverterType

public void testElementWithConverterType()
Tests the converter type configuration for an element.


testElementWithFormatAndConverterType

public void testElementWithFormatAndConverterType()
Tests the format and converter type configuration for an element.


testTextContentWithFormat

public void testTextContentWithFormat()
Tests the format configuration for a text content.


testTextContentWithConverterTypeDTO

public void testTextContentWithConverterTypeDTO()
Tests the converter type configuration for a text content.


testTextContentWithFormatAndConverterTypeDTO

public void testTextContentWithFormatAndConverterTypeDTO()
Tests the format and converter type configuration for a text content.


testElementListWithFormat

public void testElementListWithFormat()
Tests the format configuration for an element list.


testElementListWithConverterType

public void testElementListWithConverterType()
Tests the converter type configuration for an element list.


testElementListWithFormatAndConverterType

public void testElementListWithFormatAndConverterType()
Tests the format and converter type configuration for an element list.


testElementMapWithFormat

public void testElementMapWithFormat()
Tests the format configuration for an element map.


testElementMapWithConverterType

public void testElementMapWithConverterType()
Tests the converter type configuration for an element map.


testElementMapWithFormatAndConverterType

public void testElementMapWithFormatAndConverterType()
Tests the format and converter type configuration for an element map.



Copyright © 2014. All rights reserved.