DefaultExactlyChecker

constructor(times: Int, nameContainsNotFun: String, exactlyCall: (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 input of the search.

nameContainsNotFun

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

exactlyCall

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