org.apache.tapestry.annotations
Class TestComponentPropertyProxyWorker

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.annotations.BaseAnnotationTestCase
          extended by org.apache.tapestry.annotations.TestComponentPropertyProxyWorker

public class TestComponentPropertyProxyWorker
extends BaseAnnotationTestCase

Tests functionality of ComponentPropertyProxyWorker.


Constructor Summary
TestComponentPropertyProxyWorker()
           
 
Method Summary
 void test_Excluded()
           
 void test_Generics_Excluded()
           
 void test_SubClass_Excluded()
           
 void test_Type_Found()
           
 void test_Valid_Property()
           
 void test_Write_Property_Generic()
           
 void test_Write_Property_Non_Generic()
           
 
Methods inherited from class org.apache.tapestry.annotations.BaseAnnotationTestCase
findMethod, newErrorLog, newMethodLocation, newOp, newResource, newSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponentPropertyProxyWorker

public TestComponentPropertyProxyWorker()
Method Detail

test_Generics_Excluded

public void test_Generics_Excluded()

test_Valid_Property

public void test_Valid_Property()

test_Type_Found

public void test_Type_Found()

test_Write_Property_Non_Generic

public void test_Write_Property_Non_Generic()

test_Write_Property_Generic

public void test_Write_Property_Generic()

test_Excluded

public void test_Excluded()

test_SubClass_Excluded

public void test_SubClass_Excluded()


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