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