org.apache.tapestry.enhance
Class TestEnhanceUtils
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.enhance.TestEnhanceUtils
public class TestEnhanceUtils
- extends BaseComponentTestCase
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestEnhanceUtils
public TestEnhanceUtils()
newOp
protected EnhancementOperation newOp()
testTypeUnspecifiedWithNoExistingProperty
public void testTypeUnspecifiedWithNoExistingProperty()
testTypeUnspecifiedButExistingProperty
public void testTypeUnspecifiedButExistingProperty()
testTypeSpecified
public void testTypeSpecified()
testCreateUnwrapForPrimitive
public void testCreateUnwrapForPrimitive()
testCreateUnwrapForObjectType
public void testCreateUnwrapForObjectType()
testVerifyPropertyTypeNoProperty
public void testVerifyPropertyTypeNoProperty()
testVerifyPropertyTypeSuccess
public void testVerifyPropertyTypeSuccess()
testVerifyPropertyTypeWithDeclaredPropertyType
public void testVerifyPropertyTypeWithDeclaredPropertyType()
testVerifyPropertyTypeFailure
public void testVerifyPropertyTypeFailure()
newBinding
protected IBinding newBinding(Class expectedType,
Object value)
testToBooleanNull
public void testToBooleanNull()
testToBoolean
public void testToBoolean()
testToByteNull
public void testToByteNull()
testToByte
public void testToByte()
testToCharNull
public void testToCharNull()
testToChar
public void testToChar()
testToShortNull
public void testToShortNull()
testToShort
public void testToShort()
testToIntNull
public void testToIntNull()
testToInt
public void testToInt()
testToLongNull
public void testToLongNull()
testToLong
public void testToLong()
testToFloatNull
public void testToFloatNull()
testToFloat
public void testToFloat()
testToDoubleNull
public void testToDoubleNull()
testToDouble
public void testToDouble()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.