Class TestPropertySourceUtils

java.lang.Object
org.springframework.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.

Since:
4.1
Author:
Sam Brannen, Anatoliy Korovin, Phillip Webb
See Also: