org.apache.tapestry.enhance
Class TestParameterPropertyWorker

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.enhance.TestParameterPropertyWorker

public class TestParameterPropertyWorker
extends BaseComponentTestCase

Tests for ParameterPropertyWorker.

Author:
Howard M. Lewis Ship

Constructor Summary
TestParameterPropertyWorker()
           
 
Method Summary
 void test_Different_Property_Name()
          Test where the parameter name does not equal the property name.
 void test_Failure()
           
 void test_Parameter_Cache_Disabled()
           
 void test_Primitive_Type()
           
 void test_Skip_Parameter_Alias()
           
 void test_Standard()
          Tests for ordinary, object type of binding (as opposed to primitive types, which have a slightly different control flow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParameterPropertyWorker

public TestParameterPropertyWorker()
Method Detail

test_Failure

public void test_Failure()
                  throws Exception
Throws:
Exception

test_Skip_Parameter_Alias

public void test_Skip_Parameter_Alias()

test_Standard

public void test_Standard()
Tests for ordinary, object type of binding (as opposed to primitive types, which have a slightly different control flow.


test_Different_Property_Name

public void test_Different_Property_Name()
Test where the parameter name does not equal the property name. The parameter is "barney", but the binding is "fred".


test_Primitive_Type

public void test_Primitive_Type()

test_Parameter_Cache_Disabled

public void test_Parameter_Cache_Disabled()


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