spring-framework / org.springframework.mock.env / MockPropertySource / withProperty

withProperty

open fun withProperty(name: String, value: Any): MockPropertySource

Convenient synonym for #setProperty that returns the current instance. Useful for method chaining and fluent-style use.

Return
this MockPropertySource instance