org.apache.tapestry.services.impl
Class TestBindingSource

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.TestBindingSource

public class TestBindingSource
extends BaseComponentTestCase

Tests for BindingSourceImpl.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestBindingSource()
           
 
Method Summary
protected  BindingFactory newFactory()
           
 void test_Empty_Character_Prefix()
           
 void test_Known_Prefix()
           
 void test_No_Prefix_ClientIdList_Binding()
           
 void test_No_Prefix_With_Default()
           
 void test_No_Prefix()
           
 void test_Prefix_No_Match()
           
 void test_Single_Character_Prefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBindingSource

public TestBindingSource()
Method Detail

test_No_Prefix

public void test_No_Prefix()

test_No_Prefix_With_Default

public void test_No_Prefix_With_Default()

test_No_Prefix_ClientIdList_Binding

public void test_No_Prefix_ClientIdList_Binding()

test_Known_Prefix

public void test_Known_Prefix()

test_Prefix_No_Match

public void test_Prefix_No_Match()

test_Single_Character_Prefix

public void test_Single_Character_Prefix()

test_Empty_Character_Prefix

public void test_Empty_Character_Prefix()

newFactory

protected BindingFactory newFactory()


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