public class AnnotatedFieldInjectorTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AnnotatedFieldInjectorTestCase.A |
static class |
AnnotatedFieldInjectorTestCase.A2 |
static interface |
AnnotatedFieldInjectorTestCase.AlternativeInject |
static class |
AnnotatedFieldInjectorTestCase.B |
static class |
AnnotatedFieldInjectorTestCase.B2 |
static class |
AnnotatedFieldInjectorTestCase.C |
static class |
AnnotatedFieldInjectorTestCase.C2 |
static class |
AnnotatedFieldInjectorTestCase.D2 |
static class |
AnnotatedFieldInjectorTestCase.Helicopter |
static class |
AnnotatedFieldInjectorTestCase.Helicopter2 |
static class |
AnnotatedFieldInjectorTestCase.Helicopter3 |
static class |
AnnotatedFieldInjectorTestCase.PogoStick |
Constructor and Description |
---|
AnnotatedFieldInjectorTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testFieldDeosNotHappenWithoutRightInjectorDoesNotWork() |
void |
testFieldInjection() |
void |
testFieldInjectionByTypeWhereNoMatch() |
void |
testFieldInjectionWithAlternativeInjectionAnnotation() |
void |
testFieldInjectionWithoutAnnotationDoesNotWork() |
void |
testThatEvenMoreSuperClassCanHaveAnnotatedFields() |
void |
testThatEvenMoreSuperClassCanHaveAnnotatedFieldsViaAdaptingInjection() |
void |
testThatSuperClassCanHaveAnnotatedFields() |
public AnnotatedFieldInjectorTestCase()
public void testFieldInjection()
public void testFieldInjectionWithoutAnnotationDoesNotWork()
public void testFieldDeosNotHappenWithoutRightInjectorDoesNotWork()
public void testFieldInjectionWithAlternativeInjectionAnnotation()
public void testThatSuperClassCanHaveAnnotatedFields()
public void testThatEvenMoreSuperClassCanHaveAnnotatedFields()
public void testThatEvenMoreSuperClassCanHaveAnnotatedFieldsViaAdaptingInjection()
public void testFieldInjectionByTypeWhereNoMatch()
Copyright © 2003–2016 Codehaus. All rights reserved.