net.sf.jsefa.test.xml
Class CollectionsTest

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

public class CollectionsTest
extends junit.framework.TestCase

Tests to test element lists with String elements and simple list type elements but with a non list java field type.

Author:
Norman Lahme-Huetig

Constructor Summary
CollectionsTest()
           
 
Method Summary
 void testElementListForQueue()
          Tests an element list for a field of type Queue.
 void testElementListForSet()
          Tests an element list for a field of type Set.
 void testSimpleListForQueue()
          Tests a simple list for a field of type Queue.
 void testSimpleListForSet()
          Tests a simple list for a field of type Set.
 
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

CollectionsTest

public CollectionsTest()
Method Detail

testElementListForSet

public void testElementListForSet()
Tests an element list for a field of type Set.


testElementListForQueue

public void testElementListForQueue()
Tests an element list for a field of type Queue.


testSimpleListForSet

public void testSimpleListForSet()
Tests a simple list for a field of type Set.


testSimpleListForQueue

public void testSimpleListForQueue()
Tests a simple list for a field of type Queue.



Copyright © 2014. All rights reserved.