org.apache.commons.id
Class CompositeIdentifierGeneratorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.id.CompositeIdentifierGeneratorTest
All Implemented Interfaces:
junit.framework.Test

public class CompositeIdentifierGeneratorTest
extends junit.framework.TestCase

Tests the org.apache.commons.id.CompositeIdentifierGenerator class.

Version:
$Id$
Author:
Commons-id team

Constructor Summary
CompositeIdentifierGeneratorTest()
           
 
Method Summary
protected static org.apache.commons.id.StringIdentifierGenerator[] makeTestArray()
           
protected static java.util.ArrayList makeTestCollection()
           
static junit.framework.TestSuite suite()
          TestSuite for SessionIdGenerator.
 void testGetInstanceArrayInput()
           
 void testGetInstanceCollectionInput()
           
 void testLength()
           
 void testNextStringIdentifier()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeIdentifierGeneratorTest

public CompositeIdentifierGeneratorTest()
Method Detail

testGetInstanceArrayInput

public void testGetInstanceArrayInput()

testGetInstanceCollectionInput

public void testGetInstanceCollectionInput()

testNextStringIdentifier

public void testNextStringIdentifier()

testLength

public void testLength()

suite

public static junit.framework.TestSuite suite()
TestSuite for SessionIdGenerator. Ensures serialization.

Returns:
the TestSuite

makeTestArray

protected static org.apache.commons.id.StringIdentifierGenerator[] makeTestArray()

makeTestCollection

protected static java.util.ArrayList makeTestCollection()


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.