public class ReflectionDesireTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionDesireTest.A |
static class |
ReflectionDesireTest.B |
static class |
ReflectionDesireTest.C |
static class |
ReflectionDesireTest.ReqB |
| Constructor and Description |
|---|
ReflectionDesireTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testImplementedByDefault() |
void |
testInheritedRoleDefault() |
void |
testNoDefaultDesire() |
void |
testProvidedByDefault() |
void |
testRestrictNullableDesire()
If we have a nullable injection point, and restrict the desire to a class, we
should throw out the null satisfaction (and recompute it, if appropriate) based
on the restricted type.
|
void |
testRoleParameterDefault() |
void |
testSubtypeInjectionPointSatisfactionConstructor() |
public void testSubtypeInjectionPointSatisfactionConstructor()
throws Exception
Exceptionpublic void testRestrictNullableDesire()
throws NoSuchMethodException,
ResolutionException
Copyright © 2016 GroupLens Research. All rights reserved.