org.apache.tapestry.enhance
Class TestInjectObjectWorker
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.enhance.TestInjectObjectWorker
public class TestInjectObjectWorker
- extends BaseComponentTestCase
Tests for InjectObjectWorker
.
- 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 |
TestInjectObjectWorker
public TestInjectObjectWorker()
testNoExistingProperty
public void testNoExistingProperty()
testWithExistingProperty
public void testWithExistingProperty()
testInjectNull
public void testInjectNull()
- Test what happens when the value to be injected is null (usually indicating an error in the
locator and/or a configuration error inside the HiveMind descriptors).
testInjectedValueWrongType
public void testInjectedValueWrongType()
testInjectMap
public void testInjectMap()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.