kotest-property / io.kotest.property.internal / PropertyFailureInput

PropertyFailureInput

data class PropertyFailureInput<T>

Maps a failed property test arg to its shrunk value if any.

Constructors

<init>

Maps a failed property test arg to its shrunk value if any.

PropertyFailureInput(original: T?, shrunk: T?)

Properties

original

val original: T?

shrunk

val shrunk: T?