org.picocontainer.injectors
Class NamedMethodInjectorTestCase

java.lang.Object
  extended by org.picocontainer.injectors.NamedMethodInjectorTestCase

public class NamedMethodInjectorTestCase
extends Object


Nested Class Summary
static class NamedMethodInjectorTestCase.Windmill
           
 
Constructor Summary
NamedMethodInjectorTestCase()
           
 
Method Summary
 void shouldBeAmbigiousMultipleComponentAvailableOfRightTypeWithoutMatchingName()
           
 void shouldBeUnsatisfiedIfNoComponentAvailableOfTheRightTypeAndNonOptional()
           
 void shouldMatchBasedOnMethodNameIfComponentAvailableAndNonOptional()
           
 void withoutNameMatchWillBeOKTooIfNoneOfRightTypeAndOptional()
           
 void withoutNameMatchWillBeOKTooIfOnlyOneOfRightTypeAndNonOptional()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedMethodInjectorTestCase

public NamedMethodInjectorTestCase()
Method Detail

shouldMatchBasedOnMethodNameIfComponentAvailableAndNonOptional

public void shouldMatchBasedOnMethodNameIfComponentAvailableAndNonOptional()

shouldBeAmbigiousMultipleComponentAvailableOfRightTypeWithoutMatchingName

public void shouldBeAmbigiousMultipleComponentAvailableOfRightTypeWithoutMatchingName()

shouldBeUnsatisfiedIfNoComponentAvailableOfTheRightTypeAndNonOptional

public void shouldBeUnsatisfiedIfNoComponentAvailableOfTheRightTypeAndNonOptional()

withoutNameMatchWillBeOKTooIfOnlyOneOfRightTypeAndNonOptional

public void withoutNameMatchWillBeOKTooIfOnlyOneOfRightTypeAndNonOptional()

withoutNameMatchWillBeOKTooIfNoneOfRightTypeAndOptional

public void withoutNameMatchWillBeOKTooIfNoneOfRightTypeAndOptional()


Copyright © 2003-2010 Codehaus. All Rights Reserved.