org.picocontainer.injectors
Class MultiInjectionTestCase

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

public class MultiInjectionTestCase
extends 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 NoSuchMethodException
Throws:
NoSuchMethodException

testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod

public void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod()
                                                                                    throws NoSuchMethodException
Throws:
NoSuchMethodException

testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied

public void testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied()
                                                                      throws NoSuchMethodException
Throws:
NoSuchMethodException

testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency

public void testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency()
                                                                    throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2003-2010 Codehaus. All Rights Reserved.