Kmemo
Toggle table of contents
2.3.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kmemo
kmemo-guard-tck
/
dev.kmemo.guard.tck
/
VectorMismatch
Vector
Mismatch
class
VectorMismatch
(
val
vector
:
ConformanceVector
,
val
actual
:
Boolean
)
One vector that a guard did not reproduce.
Members
Constructors
Vector
Mismatch
Link copied to clipboard
constructor
(
vector
:
ConformanceVector
,
actual
:
Boolean
)
Properties
actual
Link copied to clipboard
val
actual
:
Boolean
What the guard under test actually decided.
vector
Link copied to clipboard
val
vector
:
ConformanceVector
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String