object LongShrinker : Shrinker<Long>
Given a value, T, this function returns possible "smaller" values to be used as candidates for shrinking.
fun shrink(failure: Long): List<Long>