Uses of Enum Class
org.springframework.test.context.ContextCustomizerFactories.MergeMode
Packages that use ContextCustomizerFactories.MergeMode
Package
Description
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
-
Uses of ContextCustomizerFactories.MergeMode in org.springframework.test.context
Subclasses with type arguments of type ContextCustomizerFactories.MergeMode in org.springframework.test.contextModifier and TypeClassDescriptionstatic enum
Enumeration of modes that dictate whether explicitly declared factories are merged with the default factories when@ContextCustomizerFactories
is declared on a class that does not inherit factories from a superclass or enclosing class.Methods in org.springframework.test.context that return ContextCustomizerFactories.MergeModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ContextCustomizerFactories.MergeMode[]
ContextCustomizerFactories.MergeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.