|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyAccess | |
|---|---|
| org.unitils.inject | |
| org.unitils.inject.util | |
| Uses of PropertyAccess in org.unitils.inject |
|---|
| Methods in org.unitils.inject with parameters of type PropertyAccess | |
|---|---|
protected void |
InjectModule.storeValueToRestoreAfterTest(Class<?> targetClass,
String property,
Class<?> fieldType,
PropertyAccess propertyAccess,
Object oldValue,
Restore restore)
Stores the old value that was replaced during the injection so that it can be restored after the test was performed. |
| Uses of PropertyAccess in org.unitils.inject.util |
|---|
| Methods in org.unitils.inject.util that return PropertyAccess | |
|---|---|
PropertyAccess |
ValueToRestore.getPropertyAccessType()
|
static PropertyAccess |
PropertyAccess.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyAccess[] |
PropertyAccess.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.unitils.inject.util with parameters of type PropertyAccess | |
|---|---|
static Object |
InjectionUtils.injectIntoByType(Object objectToInject,
Type objectToInjectType,
Object target,
PropertyAccess propertyAccess)
Performs auto-injection by type of the objectToInject on the target object. |
static Object |
InjectionUtils.injectIntoStaticByType(Object objectToInject,
Type objectToInjectType,
Class<?> targetClass,
PropertyAccess propertyAccess)
Performs auto-injection by type of the objectToInject into the target class. |
| Constructors in org.unitils.inject.util with parameters of type PropertyAccess | |
|---|---|
ValueToRestore(Class<?> targetClass,
String property,
Class<?> fieldType,
PropertyAccess propertyAccess,
Object value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||