org.apache.tapestry.binding
Class BindingTestCase

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.binding.BindingTestCase
Direct Known Subclasses:
TestAssetBinding, TestClientIdBinding, TestClientIdListBinding, TestComponentBinding, TestExpressionBinding, TestHiveMindBinding, TestListenerMethodBinding, TestLiteralBinding, TestMessageBinding, TestMetaBinding, TestTranslatorBinding, TestValidatorsBinding

public abstract class BindingTestCase
extends BaseComponentTestCase

Base class for building tests for IBindingimplementations.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
BindingTestCase()
           
 
Method Summary
protected  org.apache.tapestry.IComponent newComponent(String extendedId)
           
protected  org.apache.tapestry.coerce.ValueConverter newValueConverter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingTestCase

public BindingTestCase()
Method Detail

newComponent

protected org.apache.tapestry.IComponent newComponent(String extendedId)

newValueConverter

protected org.apache.tapestry.coerce.ValueConverter newValueConverter()


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