Uses of Enum Class
org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
Packages that use NestedTestConfiguration.EnclosingConfiguration
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 NestedTestConfiguration.EnclosingConfiguration in org.springframework.test.context
Subclasses with type arguments of type NestedTestConfiguration.EnclosingConfiguration in org.springframework.test.contextModifier and TypeClassDescriptionstatic enum
Enumeration of modes that dictate how test configuration from enclosing classes is processed for inner test classes.Methods in org.springframework.test.context that return NestedTestConfiguration.EnclosingConfigurationModifier and TypeMethodDescriptionGet theEnclosingConfiguration
enum constant with the supplied name, ignoring case.Returns the enum constant of this class with the specified name.NestedTestConfiguration.EnclosingConfiguration.values()
Returns an array containing the constants of this enum class, in the order they are declared.