public class ProviderTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProviderTestCase.Blorb |
static class |
ProviderTestCase.BlorbProvider |
static class |
ProviderTestCase.Chocolate |
static class |
ProviderTestCase.Chocolatier |
static class |
ProviderTestCase.Chocolatier2 |
static class |
ProviderTestCase.CocaoBeans |
static interface |
ProviderTestCase.Component |
static class |
ProviderTestCase.ComponentImpl |
class |
ProviderTestCase.ComponentProvider |
static class |
ProviderTestCase.Configuration |
static class |
ProviderTestCase.ExampleRequestReader |
static class |
ProviderTestCase.NeedsChocolate |
static class |
ProviderTestCase.NullableChocolatier |
static class |
ProviderTestCase.ProviderWithBadProvideMethod |
static class |
ProviderTestCase.ProviderWithoutProvideMethod |
static class |
ProviderTestCase.ProviderWithTooManyProvideMethods |
static class |
ProviderTestCase.StubHttpRequest |
Constructor and Description |
---|
ProviderTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
providedTypeCanBeDyanamicallyDeterminedFromInstanceRatherThanType() |
void |
provideMethodCanDisambiguateUsingParameterNames() |
void |
provideMethodCanParticipateInInjection() |
void |
provideMethodCanParticipateInInjectionWhenNotExtendingProviderAdapter() |
void |
providerBarfsIfBadProvideMethod() |
void |
providerBarfsIfNoProvideMethod() |
void |
providerBarfsIfProvideMethodsParamsCanNotBeSatisfied() |
void |
providerBarfsIfTooManyProvideMethod() |
void |
providerDoesNotBarfIfProvideMethodsParamsCanNotBeSatisfiedButNullbleAnnotationUsed() |
void |
providersCanHaveLifecyclesToo() |
void |
providerTest()
Reference Johann Burkard's
http://jira.codehaus.org/browse/PICO-375
|
void |
testHasLifecycle() |
public ProviderTestCase()
public void provideMethodCanParticipateInInjection()
public void provideMethodCanDisambiguateUsingParameterNames()
public void providerBarfsIfProvideMethodsParamsCanNotBeSatisfied()
public void providerDoesNotBarfIfProvideMethodsParamsCanNotBeSatisfiedButNullbleAnnotationUsed()
public void testHasLifecycle()
public void providerBarfsIfNoProvideMethod()
public void providerBarfsIfBadProvideMethod()
public void providerBarfsIfTooManyProvideMethod()
public void provideMethodCanParticipateInInjectionWhenNotExtendingProviderAdapter()
public void providedTypeCanBeDyanamicallyDeterminedFromInstanceRatherThanType()
public void providersCanHaveLifecyclesToo()
public void providerTest()
Copyright © 2003–2015 Codehaus. All rights reserved.