public class NamedMethodInjectorTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NamedMethodInjectorTestCase.Windmill |
| Constructor and Description |
|---|
NamedMethodInjectorTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeAmbigiousMultipleComponentAvailableOfRightTypeWithoutMatchingName() |
void |
shouldBeUnsatisfiedIfNoComponentAvailableOfTheRightTypeAndNonOptional() |
void |
shouldMatchBasedOnMethodNameIfComponentAvailableAndNonOptional() |
void |
withoutNameMatchWillBeOKTooIfNoneOfRightTypeAndOptional() |
void |
withoutNameMatchWillBeOKTooIfOnlyOneOfRightTypeAndNonOptional() |
public NamedMethodInjectorTestCase()
public void shouldMatchBasedOnMethodNameIfComponentAvailableAndNonOptional()
public void shouldBeAmbigiousMultipleComponentAvailableOfRightTypeWithoutMatchingName()
public void shouldBeUnsatisfiedIfNoComponentAvailableOfTheRightTypeAndNonOptional()
public void withoutNameMatchWillBeOKTooIfOnlyOneOfRightTypeAndNonOptional()
public void withoutNameMatchWillBeOKTooIfNoneOfRightTypeAndOptional()
Copyright © 2003–2015 Codehaus. All rights reserved.