public class MethodInjectionTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MethodInjectionTestCase.Bar |
static class |
MethodInjectionTestCase.Foo |
static class |
MethodInjectionTestCase.Foo2 |
static interface |
MethodInjectionTestCase.IFoo |
Constructor and Description |
---|
MethodInjectionTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testCompositeMethodInjectionSilentlyFailsSafeIfWrongMethodName() |
void |
testMethodInjection() |
void |
testMethodInjectionByBuilder() |
void |
testMethodInjectionSilentlyFailsSafeIfWrongMethodName() |
void |
testMethodInjectionViaAdapter() |
void |
testMethodInjectionViaCharacteristics() |
void |
testMethodInjectionViaMethodDef() |
void |
testMethodInjectionViaMethodDefViaInterface() |
void |
testMethodInjectionViaMethodName() |
void |
testMethodInjectionWithAllowedNullableParam() |
void |
testMethodInjectionWithDisallowedNullableParam() |
void |
testMethodInjectionWithIntegerParamCanBeconvertedFromString() |
void |
testMethodInjectionWorksIfMethodNameOneOfAList() |
public MethodInjectionTestCase()
public void testMethodInjection()
public void testMethodInjectionViaMethodDef()
public void testMethodInjectionViaMethodDefViaInterface()
public void testMethodInjectionViaMethodName()
public void testMethodInjectionSilentlyFailsSafeIfWrongMethodName()
public void testMethodInjectionWorksIfMethodNameOneOfAList()
public void testCompositeMethodInjectionSilentlyFailsSafeIfWrongMethodName()
public void testMethodInjectionViaCharacteristics()
public void testMethodInjectionViaAdapter()
public void testMethodInjectionByBuilder()
public void testMethodInjectionWithAllowedNullableParam()
public void testMethodInjectionWithDisallowedNullableParam()
public void testMethodInjectionWithIntegerParamCanBeconvertedFromString()
Copyright © 2003–2016 Codehaus. All rights reserved.