http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-tools-verify
/
org.http4k.verify
/
VerificationResult
Verification
Result
data
class
VerificationResult
(
val
artifact
:
String
,
val
passed
:
Boolean
,
val
message
:
String
)
(
source
)
Members
Constructors
Verification
Result
Link copied to clipboard
constructor
(
artifact
:
String
,
passed
:
Boolean
,
message
:
String
)
Properties
artifact
Link copied to clipboard
val
artifact
:
String
message
Link copied to clipboard
val
message
:
String
passed
Link copied to clipboard
val
passed
:
Boolean