org.picocontainer.injectors
Class MultiInjectionTestCase

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

public class MultiInjectionTestCase
extends java.lang.Object

Author:
Paul Hammant

Nested Class Summary
static class MultiInjectionTestCase.Bar
           
static class MultiInjectionTestCase.Baz
           
static class MultiInjectionTestCase.Foo
           
static class MultiInjectionTestCase.Foo2
           
static class MultiInjectionTestCase.Foo3
           
 
Constructor Summary
MultiInjectionTestCase()
           
 
Method Summary
 void testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied()
           
 void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfied()
           
 void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod()
           
 void testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiInjectionTestCase

public MultiInjectionTestCase()
Method Detail

testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfied

public void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfied()
                                                             throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod

public void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod()
                                                                                    throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied

public void testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied()
                                                                      throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency

public void testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency()
                                                                    throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException


Copyright © 2003-2011 Codehaus. All Rights Reserved.