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
NoSuchMethodExceptionpublic void testComponentWithCtorAndSetterDiCanHaveAllDepsSatisfiedWithANonSetInjectMethod() throws NoSuchMethodException
NoSuchMethodExceptionpublic void testComponentWithCtorAndMethodAnnotatedDiCanHaveAllDepsSatisfied() throws NoSuchMethodException
NoSuchMethodExceptionpublic void testComponentWithCtorAndSetterDiCanNoteMissingSetterDependency() throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2003–2016 Codehaus. All rights reserved.