接口的使用
cn.taketoday.test.context.support.PropertyProvider
使用PropertyProvider的程序包
-
cn.taketoday.test.context.support中PropertyProvider的使用
修饰符和类型方法说明static booleanTestConstructorUtils.isAutowirableConstructor(Constructor<?> constructor, Class<?> testClass, PropertyProvider fallbackPropertyProvider) Determine if the supplied constructor for the given test class is autowirable.static booleanTestConstructorUtils.isAutowirableConstructor(Executable executable, Class<?> testClass, PropertyProvider fallbackPropertyProvider) Determine if the supplied executable for the given test class is an autowirable constructor.