mockWithDefaultValue

fun <T0, T1, R> (T0, T1) -> R.mockWithDefaultValue(defaultValue: R): PairParametersMock<T0, T1, R>
fun <T0, T1, R> suspend (T0, T1) -> R.mockWithDefaultValue(defaultValue: R): SuspendPairParametersMock<T0, T1, R>
fun <T0, T1, T2, T3, R> (T0, T1, T2, T3) -> R.mockWithDefaultValue(defaultValue: R): QuadrupleParametersMock<T0, T1, T2, T3, R>
fun <T0, T1, T2, T3, R> suspend (T0, T1, T2, T3) -> R.mockWithDefaultValue(defaultValue: R): SuspendQuadrupleParametersMock<T0, T1, T2, T3, R>
fun <T0, T1, T2, T3, T4, R> (T0, T1, T2, T3, T4) -> R.mockWithDefaultValue(defaultValue: R): QuintupleParametersMock<T0, T1, T2, T3, T4, R>
fun <T0, T1, T2, T3, T4, R> suspend (T0, T1, T2, T3, T4) -> R.mockWithDefaultValue(defaultValue: R): SuspendQuintupleParametersMock<T0, T1, T2, T3, T4, R>
fun <T0, R> (T0) -> R.mockWithDefaultValue(defaultValue: R): SingleParametersMock<T0, R>
fun <T0, R> suspend (T0) -> R.mockWithDefaultValue(defaultValue: R): SuspendSingleParametersMock<T0, R>
fun <T0, T1, T2, R> (T0, T1, T2) -> R.mockWithDefaultValue(defaultValue: R): TripleParametersMock<T0, T1, T2, R>
fun <T0, T1, T2, R> suspend (T0, T1, T2) -> R.mockWithDefaultValue(defaultValue: R): SuspendTripleParametersMock<T0, T1, T2, R>
fun <R> () -> R.mockWithDefaultValue(defaultValue: R): VoidParametersMock<R>
fun <R> suspend () -> R.mockWithDefaultValue(defaultValue: R): SuspendVoidParametersMock<R>