public class TypedBindingAnnotationTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TypedBindingAnnotationTestCase.Apple |
static class |
TypedBindingAnnotationTestCase.AppleImpl1 |
static class |
TypedBindingAnnotationTestCase.AppleImpl2 |
static class |
TypedBindingAnnotationTestCase.AppleImpl3 |
static class |
TypedBindingAnnotationTestCase.AppleImpl4 |
static interface |
TypedBindingAnnotationTestCase.Braeburn |
static interface |
TypedBindingAnnotationTestCase.Bramley |
static interface |
TypedBindingAnnotationTestCase.Cox |
static class |
TypedBindingAnnotationTestCase.FruitBasket |
static class |
TypedBindingAnnotationTestCase.FruitBasketViaConstructor |
static interface |
TypedBindingAnnotationTestCase.Granny |
Constructor and Description |
---|
TypedBindingAnnotationTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testBindingAnnotationsWithConstructorInjection() |
void |
testBindingAnnotationsWithMethodInjection() |
void |
testBindingAnnotationsWithSetterInjection() |
void |
testFieldInjectionWithBindings() |
public TypedBindingAnnotationTestCase()
public void testFieldInjectionWithBindings()
public void testBindingAnnotationsWithConstructorInjection()
public void testBindingAnnotationsWithMethodInjection()
public void testBindingAnnotationsWithSetterInjection()
Copyright © 2003–2016 Codehaus. All rights reserved.