类 TestPropertySourceUtils

java.lang.Object
cn.taketoday.test.context.support.TestPropertySourceUtils

public abstract class TestPropertySourceUtils extends Object
Utility methods for working with @TestPropertySource and adding test PropertySources to the Environment.

Primarily intended for use within the framework.

从以下版本开始:
4.0
作者:
Sam Brannen, Anatoliy Korovin, Phillip Webb, Harry Yang
另请参阅: