net.sf.jsefa.test.xml
Class NodeTypeTest

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

public final class NodeTypeTest
extends junit.framework.TestCase

Tests to test the node type annotation.

Author:
Marko Kovacevic, Norman Lahme-Huetig

Constructor Summary
NodeTypeTest()
           
 
Method Summary
 void testAttribute()
          Test the attribute type.
 void testElement()
          Test the element type.
 void testElementList()
          Test the list type.
 void testTextContent()
          Test the 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

NodeTypeTest

public NodeTypeTest()
Method Detail

testElement

public void testElement()
Test the element type.


testAttribute

public void testAttribute()
Test the attribute type.


testElementList

public void testElementList()
Test the list type.


testTextContent

public void testTextContent()
Test the text content.



Copyright © 2014. All rights reserved.