org.apache.tapestry.resolver
Class PageSpecificationResolverTest
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.resolver.AbstractSpecificationResolverTestCase
org.apache.tapestry.resolver.PageSpecificationResolverTest
public class PageSpecificationResolverTest
- extends AbstractSpecificationResolverTestCase
Tests for PageSpecificationResolverImpl
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class org.apache.tapestry.resolver.AbstractSpecificationResolverTestCase |
newCycle, newLog, newNamespace, newResource, newResource, newSource, newSpecification, newURL, train, trainContainsPage, trainFindPageSpecification, trainGetApplicationNamespace, trainGetChildNamespace, trainGetFrameworkNamespace, trainGetNamespaceId, trainGetSpecificationLocation, trainGetSpecificationLocation, trainIsApplicationNamespace, trainIsDebugEnabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageSpecificationResolverTest
public PageSpecificationResolverTest()
newDelegate
protected org.apache.tapestry.resolver.ISpecificationResolverDelegate newDelegate()
newNamespace
protected org.apache.tapestry.INamespace newNamespace(String pageName,
org.apache.tapestry.spec.IComponentSpecification spec)
newPropertySource
protected org.apache.tapestry.services.ComponentPropertySource newPropertySource(org.apache.tapestry.INamespace namespace)
newSource
protected org.apache.tapestry.engine.ISpecificationSource newSource(org.apache.tapestry.INamespace application,
org.apache.tapestry.INamespace framework)
newSource
protected org.apache.tapestry.engine.ISpecificationSource newSource(org.apache.tapestry.INamespace application,
org.apache.tapestry.INamespace framework,
org.apache.hivemind.Resource resource,
org.apache.tapestry.spec.IComponentSpecification pageSpec)
test_Explicitly_In_Application_Namespace
public void test_Explicitly_In_Application_Namespace()
test_Explicitly_In_Framework_Namespace
public void test_Explicitly_In_Framework_Namespace()
test_Found_As_Template
public void test_Found_As_Template()
test_Found_In_Application_Namespace
public void test_Found_In_Application_Namespace()
test_Found_In_Child_Namespace
public void test_Found_In_Child_Namespace()
test_Found_In_ContextRoot_Folder
public void test_Found_In_ContextRoot_Folder()
test_Found_In_Framework
public void test_Found_In_Framework()
test_Found_In_Namespace_Folder
public void test_Found_In_Namespace_Folder()
test_Found_In_WebInf_App_Folder
public void test_Found_In_WebInf_App_Folder()
test_Malformed_Found_In_WebInf_App_Folder
public void test_Malformed_Found_In_WebInf_App_Folder()
test_Found_In_WebInf_Folder
public void test_Found_In_WebInf_Folder()
test_WebInf
public void test_WebInf()
test_NotFound_Anywhere
public void test_NotFound_Anywhere()
test_Provided_By_Delegate
public void test_Provided_By_Delegate()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.