Uses of Class
org.unitils.inject.util.Restore
-
Packages that use Restore Package Description org.unitils.inject org.unitils.inject.annotation org.unitils.inject.util -
-
Uses of Restore in org.unitils.inject
Methods in org.unitils.inject with parameters of type Restore Modifier and Type Method Description protected voidInjectModule. 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 Restore in org.unitils.inject.annotation
Methods in org.unitils.inject.annotation that return Restore Modifier and Type Method Description Restorerestore()The action that needs to be performed after the test was performed.Restorerestore()The action that needs to be performed after the test was performed. -
Uses of Restore in org.unitils.inject.util
Methods in org.unitils.inject.util that return Restore Modifier and Type Method Description static RestoreRestore. 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.
-