VectorMismatch

class VectorMismatch(val vector: ConformanceVector, val actual: Boolean)

One vector that a guard did not reproduce.

Constructors

Link copied to clipboard
constructor(vector: ConformanceVector, actual: Boolean)

Properties

Link copied to clipboard

What the guard under test actually decided.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String