Uses of Enum Class
org.springframework.test.context.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
Modifier and TypeMethodDescriptionstatic TestConstructor.AutowireMode
Get theAutowireMode
enum constant with the supplied name, ignoring case.static TestConstructor.AutowireMode
Returns 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.