Uses of Enum Class
org.springframework.test.context.TestExecutionListeners.MergeMode
Packages that use TestExecutionListeners.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 TestExecutionListeners.MergeMode in org.springframework.test.context
Subclasses with type arguments of type TestExecutionListeners.MergeMode in org.springframework.test.contextModifier and TypeClassDescriptionstatic enumEnumeration of modes that dictate whether explicitly declared listeners are merged with the default listeners when@TestExecutionListenersis declared on a class that does not inherit listeners from a superclass or enclosing class.Methods in org.springframework.test.context that return TestExecutionListeners.MergeModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TestExecutionListeners.MergeMode[]TestExecutionListeners.MergeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.