org.apache.tapestry.enhance
Class TestInjectObjectWorker

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.enhance.TestInjectObjectWorker

public class TestInjectObjectWorker
extends BaseComponentTestCase

Tests for InjectObjectWorker.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestInjectObjectWorker()
           
 
Method Summary
 void testInjectedValueWrongType()
           
 void testInjectMap()
           
 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).
 void testNoExistingProperty()
           
 void testWithExistingProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInjectObjectWorker

public TestInjectObjectWorker()
Method Detail

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.