org.picocontainer.containers
Class PropertiesPicoContainerTestCase

java.lang.Object
  extended by org.picocontainer.containers.PropertiesPicoContainerTestCase

public class PropertiesPicoContainerTestCase
extends Object

test that properties container works properly

Author:
Konstantin Pribluda

Nested Class Summary
static class PropertiesPicoContainerTestCase.Dependant
           
static class PropertiesPicoContainerTestCase.Dependant2
           
static class PropertiesPicoContainerTestCase.Dependency
           
 
Constructor Summary
PropertiesPicoContainerTestCase()
           
 
Method Summary
 void testRepresentationOfContainerTree()
           
 void testThatAllPropertiesAreAdded()
          all properties specified in constructor shall be placed into container as strings
 void testThatParentDelegationWorks()
          inquiry shall be delegated to parent container
 void thatParanamerBehavesForASpecialCase()
           
 void thatParanamerHonorsNamedAnnotationFromJSR330()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesPicoContainerTestCase

public PropertiesPicoContainerTestCase()
Method Detail

testThatAllPropertiesAreAdded

public void testThatAllPropertiesAreAdded()
all properties specified in constructor shall be placed into container as strings


testThatParentDelegationWorks

public void testThatParentDelegationWorks()
inquiry shall be delegated to parent container


thatParanamerBehavesForASpecialCase

public void thatParanamerBehavesForASpecialCase()

thatParanamerHonorsNamedAnnotationFromJSR330

public void thatParanamerHonorsNamedAnnotationFromJSR330()

testRepresentationOfContainerTree

public void testRepresentationOfContainerTree()


Copyright © 2003-2010 Codehaus. All Rights Reserved.