toggle menu
Spring Boot Kotlin API
3.3.7
jvm
switch theme
search in API
spring-boot-test
/
org.springframework.boot.test.util
/
TestPropertyValues
/
Pair
Pair
class
Pair
A single name value pair.
Members
Functions
add
To
Link copied to clipboard
open
fun
addTo
(
properties
:
Map
<
String
,
Any
>
)
from
Map
Entry
Link copied to clipboard
open
fun
fromMapEntry
(
entry
:
Map.Entry
<
String
,
String
>
)
:
TestPropertyValues.Pair
Factory method to create a
Pair
from a
Map.Entry
.
of
Link copied to clipboard
open
fun
of
(
name
:
String
,
value
:
String
)
:
TestPropertyValues.Pair
Factory method to create a
Pair
from a name and value.
parse
Link copied to clipboard
open
fun
parse
(
pair
:
String
)
:
TestPropertyValues.Pair