| Package | Description |
|---|---|
| org.picocontainer.defaults | |
| org.picocontainer.tck | |
| org.picocontainer.testmodel |
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionComponentParameterTestCase.TouchableObserver |
| Modifier and Type | Field and Description |
|---|---|
private Touchable[] |
CollectionComponentParameterTestCase.TouchableObserver.touchables |
| Constructor and Description |
|---|
CollectionComponentParameterTestCase.TouchableObserver(Touchable[] touchables) |
ConstructorInjectionComponentAdapterTestCase.NamedDependsOnTouchable(Touchable t,
java.lang.String name) |
NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase.Dino4(java.lang.String a,
int n,
java.lang.String b,
Touchable Touchable) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractPicoContainerTestCase.DerivedTouchable |
| Modifier and Type | Field and Description |
|---|---|
Touchable |
AbstractPicoContainerTestCase.NeedsTouchable.touchable |
| Modifier and Type | Method and Description |
|---|---|
private Touchable |
AbstractPicoContainerTestCase.getTouchableFromSerializedContainer() |
| Constructor and Description |
|---|
AbstractPicoContainerTestCase.NeedsTouchable(Touchable touchable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlternativeTouchable |
class |
DecoratedTouchable |
class |
SimpleTouchable |
class |
WashableTouchable |
| Modifier and Type | Field and Description |
|---|---|
private Touchable |
DecoratedTouchable.delegate |
Touchable |
DependsOnTouchable.touchable |
| Modifier and Type | Method and Description |
|---|---|
Touchable |
DependsOnTouchable.getTouchable() |
| Constructor and Description |
|---|
DecoratedTouchable(Touchable delegate) |
DependsOnTouchable(Touchable touchable) |
DependsOnTwoComponents(Touchable Touchable,
DependsOnTouchable fred) |