Uses of Enum Class
org.springframework.test.context.TestConstructor.AutowireMode
Packages that use TestConstructor.AutowireMode
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 TestConstructor.AutowireMode in org.springframework.test.context
Subclasses with type arguments of type TestConstructor.AutowireMode in org.springframework.test.contextModifier and TypeClassDescriptionstatic enumDefines autowiring modes for parameters in a test constructor.Methods in org.springframework.test.context that return TestConstructor.AutowireModeModifier and TypeMethodDescriptionGet theAutowireModeenum constant with the supplied name, ignoring case.static TestConstructor.AutowireModeReturns the enum constant of this class with the specified name.static TestConstructor.AutowireMode[]TestConstructor.AutowireMode.values()Returns an array containing the constants of this enum class, in the order they are declared.