org.picocontainer.defaults
Class ResolveAdapterReductionTestCase

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

public class ResolveAdapterReductionTestCase
extends Object

Author:
Paul Hammant

Nested Class Summary
static class ResolveAdapterReductionTestCase.FooNameBinding
           
static class ResolveAdapterReductionTestCase.One
           
static class ResolveAdapterReductionTestCase.Three
           
static class ResolveAdapterReductionTestCase.Two
           
 
Constructor Summary
ResolveAdapterReductionTestCase()
           
 
Method Summary
 void testOldWayResolvingStillWorksAndIsWasteful()
           
 void testThatResolveAdapterCallsAreNotDuplicatedForMultipleConstructorsInTheSameComponent()
           
 void testThatResolveAdapterCanBeDoneOnceForASituationWhereItWasPreviouslyDoneAtLeastTwice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveAdapterReductionTestCase

public ResolveAdapterReductionTestCase()
Method Detail

testThatResolveAdapterCanBeDoneOnceForASituationWhereItWasPreviouslyDoneAtLeastTwice

public void testThatResolveAdapterCanBeDoneOnceForASituationWhereItWasPreviouslyDoneAtLeastTwice()
                                                                                          throws Exception
Throws:
Exception

testThatResolveAdapterCallsAreNotDuplicatedForMultipleConstructorsInTheSameComponent

public void testThatResolveAdapterCallsAreNotDuplicatedForMultipleConstructorsInTheSameComponent()
                                                                                          throws Exception
Throws:
Exception

testOldWayResolvingStillWorksAndIsWasteful

public void testOldWayResolvingStillWorksAndIsWasteful()
                                                throws PicoCompositionException
Throws:
PicoCompositionException


Copyright © 2003-2010 Codehaus. All Rights Reserved.