org.apache.tapestry.form
Class TestListEditMap

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.form.TestListEditMap

public class TestListEditMap
extends TapestryTestCase

Suite of tests for ListEditMap.

Since:
3.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestListEditMap()
           
 
Method Summary
 void testAdd()
           
 void testDeleteUndelete()
           
 void testGet()
           
 void testGetUnknown()
           
 void testMarkAlreadyDeleted()
           
 void testMarkDeleted()
           
 void testMarkMultipleDeleted()
           
 void testPurgeDeletedKeys()
           
 
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListEditMap

public TestListEditMap()
Method Detail

testAdd

public void testAdd()

testGet

public void testGet()

testGetUnknown

public void testGetUnknown()

testMarkDeleted

public void testMarkDeleted()

testMarkAlreadyDeleted

public void testMarkAlreadyDeleted()

testMarkMultipleDeleted

public void testMarkMultipleDeleted()

testDeleteUndelete

public void testDeleteUndelete()

testPurgeDeletedKeys

public void testPurgeDeletedKeys()
Since:
4.0


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