类 TestPropertyValues.Pair
java.lang.Object
org.springframework.boot.test.util.TestPropertyValues.Pair
- 封闭类:
TestPropertyValues
A single name value pair.
-
方法概要
修饰符和类型方法说明void
static 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
-
方法详细资料
-
addTo
-
parse
-
fromMapEntry
Factory method to create aTestPropertyValues.Pair
from aMap.Entry
.- 参数:
entry
- the map entry- 返回:
- the
TestPropertyValues.Pair
instance ornull
- 从以下版本开始:
- 2.4.0
-
of
Factory method to create aTestPropertyValues.Pair
from a name and value.- 参数:
name
- the namevalue
- the value- 返回:
- the
TestPropertyValues.Pair
instance ornull
- 从以下版本开始:
- 2.4.0
-