hasBeenCalledWithVoid

abstract fun KMockContract.FunProxy<*, *>.hasBeenCalledWithVoid()

Asserts that a FunProxy was called without any parameter.

Throws

if the assertion fails.