data class PropertyFailureInput<T>
Maps a failed property test arg to its shrunk value if any.
<init> |
Maps a failed property test arg to its shrunk value if any. PropertyFailureInput(original: T?, shrunk: T?) |
original |
val original: T? |
shrunk |
val shrunk: T? |