Home » displaytag-1.1.1-src » org » displaytag » decorator » [javadoc | source]
org.displaytag.decorator
public class: TableDecoratorTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.displaytag.decorator.TableDecoratorTest
Test for TableDecorator.
Method from org.displaytag.decorator.TableDecoratorTest Summary:
getName,   setUp,   testDecoratorPropertyCache,   testIndexedProperty,   testMappedProperty,   testNotExistingIndexedProperty,   testNotExistingMappedProperty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.decorator.TableDecoratorTest Detail:
 public String getName() 
 protected  void setUp() throws Exception 
 public  void testDecoratorPropertyCache() 
    test that property list is not shared between decorators. (testcase for [840011])
 public  void testIndexedProperty() 
    test for indexed property support. (testcase for [926213])
 public  void testMappedProperty() 
    test for mapped property support. (testcase for [926213])
 public  void testNotExistingIndexedProperty() 
    test for indexed property support. (testcase for [926213])
 public  void testNotExistingMappedProperty() 
    test for mapped property support. (testcase for [926213])