クラスの使用
org.springframework.boot.test.util.TestPropertyValues
TestPropertyValues を使用するパッケージ
org.springframework.boot.test.util 内の TestPropertyValues 使用
修飾子と型メソッド説明TestPropertyValues.and(IterableSE<StringSE> pairs) 追加のエントリを含む新しいTestPropertyValuesインスタンスを返します。追加のエントリを含む新しいTestPropertyValuesインスタンスを返します。追加のエントリを含む新しいTestPropertyValuesインスタンスを返します。追加のエントリを含む新しいTestPropertyValuesインスタンスを返します。TestPropertyValues.and(StreamSE<T> stream, FunctionSE<T, TestPropertyValues.Pair> mapper) 追加のエントリを含む新しいTestPropertyValuesインスタンスを返します。static TestPropertyValuesTestPropertyValues.empty()空のTestPropertyValuesインスタンスを返します。static TestPropertyValuesTestPropertyValues.of(IterableSE<StringSE> pairs) 指定されたプロパティペアが入力された、基になるマップを含む新しいTestPropertyValuesを返します。static TestPropertyValues指定されたプロパティペアが入力された、基になるマップを含む新しいTestPropertyValuesを返します。static TestPropertyValues基になるマップに指定されたマップエントリが入力された新しいTestPropertyValuesを返します。static TestPropertyValues指定されたプロパティペアが入力された、基になるマップを含む新しいTestPropertyValuesを返します。static <T> TestPropertyValuesTestPropertyValues.of(StreamSE<T> stream, FunctionSE<T, TestPropertyValues.Pair> mapper) 基になるマップに指定されたストリームが入力された新しいTestPropertyValuesを返します。