类的使用
cn.taketoday.mock.env.MockPropertySource
使用MockPropertySource的程序包
程序包
说明
This package contains mock implementations of the
Environment and
PropertySource
abstractions introduced in .-
cn.taketoday.mock.env中MockPropertySource的使用
修饰符和类型方法说明MockPropertySource.withProperty(String name, Object value) Convenient synonym forsetProperty(java.lang.String, java.lang.Object)that returns the current instance.