Uses of Interface
org.springframework.test.context.support.PropertyProvider
Packages that use PropertyProvider
Package
Description
Support classes for the Spring TestContext Framework.
-
Uses of PropertyProvider in org.springframework.test.context.support
Methods in org.springframework.test.context.support with parameters of type PropertyProviderModifier and TypeMethodDescriptionstatic booleanTestConstructorUtils.isAutowirableConstructor(Constructor<?> constructor, Class<?> testClass, PropertyProvider fallbackPropertyProvider) Deprecated, for removal: This API element is subject to removal in a future version.static booleanTestConstructorUtils.isAutowirableConstructor(Executable executable, Class<?> testClass, PropertyProvider fallbackPropertyProvider) Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2.13, in favor ofTestConstructorUtils.isAutowirableConstructor(Executable, PropertyProvider); to be removed in Spring Framework 7.1static booleanTestConstructorUtils.isAutowirableConstructor(Executable executable, PropertyProvider fallbackPropertyProvider) Determine if the suppliedExecutableis an autowirableConstructor.
TestConstructorUtils.isAutowirableConstructor(Executable, PropertyProvider); to be removed in Spring Framework 7.1