org.apache.tapestry.enhance
Class TestEnhanceUtils

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

public class TestEnhanceUtils
extends BaseComponentTestCase

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestEnhanceUtils()
           
 
Method Summary
protected  IBinding newBinding(Class expectedType, Object value)
           
protected  EnhancementOperation newOp()
           
 void testCreateUnwrapForObjectType()
           
 void testCreateUnwrapForPrimitive()
           
 void testToBoolean()
           
 void testToBooleanNull()
           
 void testToByte()
           
 void testToByteNull()
           
 void testToChar()
           
 void testToCharNull()
           
 void testToDouble()
           
 void testToDoubleNull()
           
 void testToFloat()
           
 void testToFloatNull()
           
 void testToInt()
           
 void testToIntNull()
           
 void testToLong()
           
 void testToLongNull()
           
 void testToShort()
           
 void testToShortNull()
           
 void testTypeSpecified()
           
 void testTypeUnspecifiedButExistingProperty()
           
 void testTypeUnspecifiedWithNoExistingProperty()
           
 void testVerifyPropertyTypeFailure()
           
 void testVerifyPropertyTypeNoProperty()
           
 void testVerifyPropertyTypeSuccess()
           
 void testVerifyPropertyTypeWithDeclaredPropertyType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEnhanceUtils

public TestEnhanceUtils()
Method Detail

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.