org.apache.tapestry.services.impl
Class TestInfrastructure

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

public class TestInfrastructure
extends BaseComponentTestCase

Tests for InfrastructureImpl.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestInfrastructure()
           
 
Method Summary
 void testDuplicate()
           
 void testGetNullProperty()
           
 void testGetPropertyUninitialized()
           
 void testModeOverridesNonMode()
          Test that a contribution for a mode quietly overrides a contribution for the same property that does not specify a mode.
 void testOverrides()
          Test that override contributions trump contributions from the normal path.
 void testReinitalize()
           
 void testWrongModeIgnored()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInfrastructure

public TestInfrastructure()
Method Detail

testGetPropertyUninitialized

public void testGetPropertyUninitialized()

testGetNullProperty

public void testGetNullProperty()

testReinitalize

public void testReinitalize()

testModeOverridesNonMode

public void testModeOverridesNonMode()
Test that a contribution for a mode quietly overrides a contribution for the same property that does not specify a mode.


testWrongModeIgnored

public void testWrongModeIgnored()

testOverrides

public void testOverrides()
Test that override contributions trump contributions from the normal path.


testDuplicate

public void testDuplicate()


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