org.apache.tapestry.enhance
Class TestParameterPropertyWorker
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.enhance.TestParameterPropertyWorker
public class TestParameterPropertyWorker
- extends BaseComponentTestCase
Tests for ParameterPropertyWorker
.
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestParameterPropertyWorker
public TestParameterPropertyWorker()
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.