net.sf.jsefa.test.rbf
Class CollectionsTest

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

public class CollectionsTest
extends junit.framework.TestCase

Tests to test sub record lists and simple list fields with a non list java field type.

Author:
Norman Lahme-Huetig

Constructor Summary
CollectionsTest()
           
 
Method Summary
 void testForQueueCSV()
          Tests a sub record list for a field of type Queue (CSV).
 void testForQueueFLR()
          Tests a sub record list for a field of type Queue (FLR).
 void testForSetCSV()
          Tests a sub record list for a field of type Set (CSV).
 void testForSetFLR()
          Tests a sub record list for a field of type Set (FLR).
 void testSimpleListForQueue()
          Tests a simple list for a field of type Queue (CSV).
 void testSimpleListForSet()
          Tests a simple list for a field of type Set (CSV).
 
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

testForSetCSV

public void testForSetCSV()
Tests a sub record list for a field of type Set (CSV).


testForSetFLR

public void testForSetFLR()
Tests a sub record list for a field of type Set (FLR).


testForQueueCSV

public void testForQueueCSV()
Tests a sub record list for a field of type Queue (CSV).


testForQueueFLR

public void testForQueueFLR()
Tests a sub record list for a field of type Queue (FLR).


testSimpleListForSet

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


testSimpleListForQueue

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



Copyright © 2014. All rights reserved.