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  IComponent newComponent(String extendedId)
           
protected  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 IComponent newComponent(String extendedId)

newValueConverter

protected ValueConverter newValueConverter()


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