org.apache.tapestry.util
Class DefaultPrimaryKeyConverterTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.util.DefaultPrimaryKeyConverterTest

public class DefaultPrimaryKeyConverterTest
extends BaseComponentTestCase

Tests for DefaultPrimaryKeyConverter.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
DefaultPrimaryKeyConverterTest()
           
 
Method Summary
 void testAdd()
           
 void testAddDuplicate()
           
 void testClear()
           
 void testDelete()
           
 void testGetDeletedValues()
           
 void testGetPrimaryKey()
           
 void testGetPrimaryKeyNotFound()
           
 void testGetValue()
           
 void testGetValueNotFound()
           
 void testGetValueSubclassOverride()
           
 void testGetValueSubclassThrowsException()
           
 void testInitialValues()
          Test the starting values of a number of properties.
 void testRemoveDeletedValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPrimaryKeyConverterTest

public DefaultPrimaryKeyConverterTest()
Method Detail

testInitialValues

public void testInitialValues()
Test the starting values of a number of properties.


testAdd

public void testAdd()

testAddDuplicate

public void testAddDuplicate()

testClear

public void testClear()

testDelete

public void testDelete()

testGetPrimaryKey

public void testGetPrimaryKey()

testGetPrimaryKeyNotFound

public void testGetPrimaryKeyNotFound()

testGetValue

public void testGetValue()

testGetValueNotFound

public void testGetValueNotFound()

testGetValueSubclassOverride

public void testGetValueSubclassOverride()

testGetValueSubclassThrowsException

public void testGetValueSubclassThrowsException()

testGetDeletedValues

public void testGetDeletedValues()

testRemoveDeletedValues

public void testRemoveDeletedValues()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.