Uses of Class
org.springframework.boot.test.util.TestPropertyValues
-
Uses of TestPropertyValues in org.springframework.boot.test.util
Modifier and TypeMethodDescriptionReturn a newTestPropertyValues
instance with additional entries.Return a newTestPropertyValues
instance with additional entries.Return a newTestPropertyValues
instance with additional entries.Return a newTestPropertyValues
instance with additional entries.TestPropertyValues.and
(Stream<T> stream, Function<T, TestPropertyValues.Pair> mapper) Return a newTestPropertyValues
instance with additional entries.static TestPropertyValues
TestPropertyValues.empty()
Return an emptyTestPropertyValues
instance.static TestPropertyValues
Return a newTestPropertyValues
with the underlying map populated with the given property pairs.static TestPropertyValues
Return a newTestPropertyValues
with the underlying map populated with the given property pairs.static TestPropertyValues
Return a newTestPropertyValues
with the underlying map populated with the given map entries.static TestPropertyValues
Return a newTestPropertyValues
with the underlying map populated with the given property pairs.static <T> TestPropertyValues
TestPropertyValues.of
(Stream<T> stream, Function<T, TestPropertyValues.Pair> mapper) Return a newTestPropertyValues
with the underlying map populated with the given stream.