Uses of Enum
org.powermock.reflect.matching.FieldMatchingStrategy
Packages that use FieldMatchingStrategy
Package
Description
-
Uses of FieldMatchingStrategy in org.powermock.reflect
Methods in org.powermock.reflect with parameters of type FieldMatchingStrategyModifier and TypeMethodDescriptionstatic voidWhitebox.setInternalStateFromContext(Object instance, Class<?> context, FieldMatchingStrategy strategy) Set the values of multiple static fields defined in a context using reflection and using an explicitFieldMatchingStrategy.static voidWhitebox.setInternalStateFromContext(Object instance, Object context, FieldMatchingStrategy strategy) Set the values of multiple instance fields defined in a context using reflection and using an explicitFieldMatchingStrategy. -
Uses of FieldMatchingStrategy in org.powermock.reflect.internal
Methods in org.powermock.reflect.internal with parameters of type FieldMatchingStrategyModifier and TypeMethodDescription(package private) static voidWhiteboxImpl.copyState(Object object, Object context, FieldMatchingStrategy strategy) Copy state.static voidWhiteboxImpl.setInternalStateFromContext(Object object, Object context, FieldMatchingStrategy strategy) -
Uses of FieldMatchingStrategy in org.powermock.reflect.matching
Subclasses with type arguments of type FieldMatchingStrategy in org.powermock.reflect.matchingModifier and TypeClassDescriptionenumDefines strategies for field matching.Methods in org.powermock.reflect.matching that return FieldMatchingStrategyModifier and TypeMethodDescriptionstatic FieldMatchingStrategyReturns the enum constant of this type with the specified name.static FieldMatchingStrategy[]FieldMatchingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.