org.picocontainer.defaults
Class ComponentKeysTestCase

java.lang.Object
  extended by org.picocontainer.defaults.ComponentKeysTestCase

public class ComponentKeysTestCase
extends Object

Author:
Thomas Heller, Aslak Hellesøy

Constructor Summary
ComponentKeysTestCase()
           
 
Method Summary
 void testComponensRegisteredWithClassKeyTakePrecedenceOverOthersWhenThereAreMultipleImplementations()
           
 void testComponentAdapterResolutionIsFirstLookedForByClassKeyToTheTopOfTheContainerHierarchy()
           
 void testComponentKeysFromParentCannotConfuseTheChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentKeysTestCase

public ComponentKeysTestCase()
Method Detail

testComponensRegisteredWithClassKeyTakePrecedenceOverOthersWhenThereAreMultipleImplementations

public void testComponensRegisteredWithClassKeyTakePrecedenceOverOthersWhenThereAreMultipleImplementations()
                                                                                                    throws Exception
Throws:
Exception

testComponentAdapterResolutionIsFirstLookedForByClassKeyToTheTopOfTheContainerHierarchy

public void testComponentAdapterResolutionIsFirstLookedForByClassKeyToTheTopOfTheContainerHierarchy()

testComponentKeysFromParentCannotConfuseTheChild

public void testComponentKeysFromParentCannotConfuseTheChild()
                                                      throws Exception
Throws:
Exception


Copyright © 2003-2010 Codehaus. All Rights Reserved.