toggle menu
common-ext
2.0.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.test.assertion
/
AbstractJsonNodeAssert
/
hasTextNode
has
Text
Node
fun
hasTextNode
(
expected
:
String
,
optional
:
Boolean
,
path
:
String
)
:
SELF
fun
hasTextNode
(
expected
:
String
,
optional
:
Boolean
,
vararg
path
:
Any
)
:
SELF
fun
hasTextNode
(
expected
:
String
,
optional
:
Boolean
,
toNode
:
(
JsonNode
)
->
JsonNode
?
,
fieldDescription
:
String
)
:
SELF
fun
hasTextNode
(
expected
:
Predicate
<
String
>
,
optional
:
Boolean
,
path
:
String
)
:
SELF
fun
hasTextNode
(
expected
:
Predicate
<
String
>
,
optional
:
Boolean
,
vararg
path
:
Any
)
:
SELF
fun
hasTextNode
(
expected
:
Predicate
<
String
>
,
optional
:
Boolean
,
toNode
:
(
JsonNode
)
->
JsonNode
?
,
fieldDescription
:
String
)
:
SELF