| Package | Description |
|---|---|
| org.unitils.inject | |
| org.unitils.inject.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Restore |
Restore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Restore[] |
Restore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All Rights Reserved.