kotest-assertions / io.kotest.properties / PropertyFailureInput

PropertyFailureInput

data class PropertyFailureInput<T>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0

Constructors

<init>

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

Properties

original

val original: T?

shrunk

val shrunk: T?