org.apache.tapestry.services.impl
Class TestBasicInfrastructure

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

public class TestBasicInfrastructure
extends BaseComponentTestCase

Tests for:

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestBasicInfrastructure()
           
 
Method Summary
 void testClasspathResourceFactory()
           
 void testClasspathResourceFactoryIntegrated()
          Validate that the factory is declared properly in the module deployment descriptor.
 void testGlobalPropertyObjectProviderFailure()
           
 void testGlobalPropertyObjectProviderSuccess()
           
 void testRequestGlobals()
           
 void testSuccessfulInfrastructureLookup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBasicInfrastructure

public TestBasicInfrastructure()
Method Detail

testRequestGlobals

public void testRequestGlobals()

testClasspathResourceFactory

public void testClasspathResourceFactory()

testClasspathResourceFactoryIntegrated

public void testClasspathResourceFactoryIntegrated()
Validate that the factory is declared properly in the module deployment descriptor.


testGlobalPropertyObjectProviderSuccess

public void testGlobalPropertyObjectProviderSuccess()

testGlobalPropertyObjectProviderFailure

public void testGlobalPropertyObjectProviderFailure()

testSuccessfulInfrastructureLookup

public void testSuccessfulInfrastructureLookup()


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