org.apache.tapestry.pageload
Class PageLoaderTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.pageload.PageLoaderTest

public class PageLoaderTest
extends BaseComponentTestCase

Additional tests for PageLoader. Ultimately, testing this beast without the mock unit test suites is going to take a lot of work and refactoring.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PageLoaderTest()
           
 
Method Summary
protected  BindingSource newBindingSource()
           
protected  ComponentPropertySource newPropertySource()
           
 void test_Add_Duplicate_Binding_Fails()
           
 void test_Bind_Alias()
           
 void test_Bind_Deprecated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLoaderTest

public PageLoaderTest()
Method Detail

test_Add_Duplicate_Binding_Fails

public void test_Add_Duplicate_Binding_Fails()

test_Bind_Alias

public void test_Bind_Alias()

newBindingSource

protected BindingSource newBindingSource()

test_Bind_Deprecated

public void test_Bind_Deprecated()

newPropertySource

protected ComponentPropertySource newPropertySource()


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