org.apache.tapestry.services.impl
Class TestInfrastructure
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.services.impl.TestInfrastructure
public class TestInfrastructure
- extends BaseComponentTestCase
Tests for InfrastructureImpl
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestInfrastructure
public TestInfrastructure()
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.