public class MultiInjectionTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MultiInjectionTestCase.Bar |
static class |
MultiInjectionTestCase.Baz |
static class |
MultiInjectionTestCase.Foo |
static class |
MultiInjectionTestCase.Foo2 |
static class |
MultiInjectionTestCase.Foo3 |
Constructor and Description |
---|
MultiInjectionTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied() |
void |
testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfied() |
void |
testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod() |
void |
testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency() |
public MultiInjectionTestCase()
public void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfied() throws NoSuchMethodException
NoSuchMethodException
public void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod() throws NoSuchMethodException
NoSuchMethodException
public void testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied() throws NoSuchMethodException
NoSuchMethodException
public void testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency() throws NoSuchMethodException
NoSuchMethodException
Copyright © 2003–2015 Codehaus. All rights reserved.