org.picocontainer.containers
Class CompositePicoContainerTestCase

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

public class CompositePicoContainerTestCase
extends Object


Constructor Summary
CompositePicoContainerTestCase()
           
 
Method Summary
 void setup()
           
 void testOtherMethodsReturnNothing()
           
 void testPlainObjectCanBeFoundInSecondInCompositeList()
           
 void testPlainObjectCanBeFoundInSecondInCompositeListGivingAdapter()
           
 void testPlainObjectCanBePrioritizedFromFirstInCompositeList()
           
 void testPlainObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter()
           
 void testPlainObjectMissingFromAllReportedAsMissing()
           
 void testTypeAndIntoCanBeFoundInSecondInCompositeList()
           
 void testTypeAndIntoCanBePrioritizedFromFirstInCompositeList()
           
 void testTypeAndIntoMissingFromAllReportedAsMissing()
           
 void testTypeCanBeFoundInSecondInCompositeList()
           
 void testTypeCanBePrioritizedFromFirstInCompositeList()
           
 void testTypedAndAnnotationBoundObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter()
           
 void testTypedAndNameBoundObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter()
           
 void testTypeMissingFromAllReportedAsMissing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositePicoContainerTestCase

public CompositePicoContainerTestCase()
Method Detail

setup

public void setup()

testTypeCanBePrioritizedFromFirstInCompositeList

public void testTypeCanBePrioritizedFromFirstInCompositeList()

testTypeCanBeFoundInSecondInCompositeList

public void testTypeCanBeFoundInSecondInCompositeList()

testTypeMissingFromAllReportedAsMissing

public void testTypeMissingFromAllReportedAsMissing()

testTypeAndIntoCanBePrioritizedFromFirstInCompositeList

public void testTypeAndIntoCanBePrioritizedFromFirstInCompositeList()

testTypeAndIntoCanBeFoundInSecondInCompositeList

public void testTypeAndIntoCanBeFoundInSecondInCompositeList()

testTypeAndIntoMissingFromAllReportedAsMissing

public void testTypeAndIntoMissingFromAllReportedAsMissing()

testPlainObjectCanBePrioritizedFromFirstInCompositeList

public void testPlainObjectCanBePrioritizedFromFirstInCompositeList()

testPlainObjectCanBeFoundInSecondInCompositeList

public void testPlainObjectCanBeFoundInSecondInCompositeList()

testPlainObjectMissingFromAllReportedAsMissing

public void testPlainObjectMissingFromAllReportedAsMissing()

testPlainObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter

public void testPlainObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter()

testPlainObjectCanBeFoundInSecondInCompositeListGivingAdapter

public void testPlainObjectCanBeFoundInSecondInCompositeListGivingAdapter()

testTypedAndNameBoundObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter

public void testTypedAndNameBoundObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter()

testTypedAndAnnotationBoundObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter

public void testTypedAndAnnotationBoundObjectCanBePrioritizedFromFirstInCompositeListGivingAdapter()

testOtherMethodsReturnNothing

public void testOtherMethodsReturnNothing()


Copyright © 2003-2010 Codehaus. All Rights Reserved.