DefaultAtLeastChecker

constructor(times: Int, nameContainsNotFun: String, atLeastCall: (Int) -> String)(source)

Parameters

times

The number which the check uses to compare against the actual number of times an expected object is found in the Iterable.

nameContainsNotFun

The function which should be used instead of atLeastCall when times is zero.

atLeastCall

The function which was used and should not be used if times is zero.