Uses of Class
org.springframework.boot.test.util.TestPropertyValues.Pair
-
Uses of TestPropertyValues.Pair in org.springframework.boot.test.util
Modifier and TypeMethodDescriptionstatic TestPropertyValues.Pair
TestPropertyValues.Pair.fromMapEntry
(Map.Entry<String, String> entry) Factory method to create aTestPropertyValues.Pair
from aMap.Entry
.static TestPropertyValues.Pair
Factory method to create aTestPropertyValues.Pair
from a name and value.static TestPropertyValues.Pair
Modifier and TypeMethodDescriptionTestPropertyValues.and
(Stream<T> stream, Function<T, TestPropertyValues.Pair> mapper) Return a newTestPropertyValues
instance with additional entries.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.