net.sf.jsefa.test.xml
Class NodeNameTest

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

public final class NodeNameTest
extends junit.framework.TestCase

Tests to test the element name, attribute name and element list name generation.

Author:
Norman Lahme-Huetig

Constructor Summary
NodeNameTest()
           
 
Method Summary
 void testDefaultAttributeName()
          Tests the attribute name generation when it is not explicitly given.
 void testDefaultElementName()
          Tests the element name generation when it is not explicitly given.
 void testDefaultListName()
          Tests the element list name generation when it is not explicitly given.
 void testExplicitAttributeName()
          Tests the attribute name generation when it is explicitly given.
 void testExplicitElementName()
          Tests the element name generation when it is explicitly given.
 void testExplicitListName()
          Tests the element list name generation when it is explicitly given.
 
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

NodeNameTest

public NodeNameTest()
Method Detail

testDefaultElementName

public void testDefaultElementName()
Tests the element name generation when it is not explicitly given.


testExplicitElementName

public void testExplicitElementName()
Tests the element name generation when it is explicitly given.


testDefaultAttributeName

public void testDefaultAttributeName()
Tests the attribute name generation when it is not explicitly given.


testExplicitAttributeName

public void testExplicitAttributeName()
Tests the attribute name generation when it is explicitly given.


testDefaultListName

public void testDefaultListName()
Tests the element list name generation when it is not explicitly given.


testExplicitListName

public void testExplicitListName()
Tests the element list name generation when it is explicitly given.



Copyright © 2014. All rights reserved.