|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Restore | |
|---|---|
| org.unitils.inject | |
| org.unitils.inject.util | |
| Uses of Restore in org.unitils.inject |
|---|
| Methods in org.unitils.inject with parameters of type Restore | |
|---|---|
protected void |
InjectModule.storeValueToRestoreAfterTest(java.lang.Class<?> targetClass,
java.lang.String property,
java.lang.Class<?> fieldType,
PropertyAccess propertyAccess,
java.lang.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 Restore in org.unitils.inject.util |
|---|
| Methods in org.unitils.inject.util that return Restore | |
|---|---|
static Restore |
Restore.valueOf(java.lang.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're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||