Enum Class的使用
cn.taketoday.test.util.TestPropertyValues.Type
使用TestPropertyValues.Type的程序包
-
cn.taketoday.test.util中TestPropertyValues.Type的使用
修饰符和类型方法说明static TestPropertyValues.TypeReturns the enum constant of this class with the specified name.static TestPropertyValues.Type[]TestPropertyValues.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明private voidTestPropertyValues.addToSources(cn.taketoday.core.env.PropertySources sources, TestPropertyValues.Type type, String name) voidTestPropertyValues.applyTo(cn.taketoday.core.env.ConfigurableEnvironment environment, TestPropertyValues.Type type) Add the properties from the underlying map to the environment using the specified property source type.voidTestPropertyValues.applyTo(cn.taketoday.core.env.ConfigurableEnvironment environment, TestPropertyValues.Type type, String name) Add the properties from the underlying map to the environment using the specified property source type and name.