Calls a MethodMock without any parameters
Calls a SuspendMethodMock without any parameters
Calls a MethodMock with one parameter
Parameters
The parameter to pass to the method
Calls a SuspendMethodMock with one parameter
Parameters
The parameter to pass to the method
fun <T0, T1, Result> MethodMock<PairParameters.Matchers<T0, T1>, PairParameters.MatchersOrCaptor<T0, T1>, PairParameters.Values<T0, T1>, PairParameters<T0, T1>, Result>.call(first: T0, second: T1): Result Calls a MethodMock with two parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
suspend fun <T0, T1, Result> SuspendMethodMock<PairParameters.Matchers<T0, T1>, PairParameters.MatchersOrCaptor<T0, T1>, PairParameters.Values<T0, T1>, PairParameters<T0, T1>, Result>.call(first: T0, second: T1): Result Calls a SuspendMethodMock with two parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
fun <T0, T1, T2, Result> MethodMock<TripleParameters.Matchers<T0, T1, T2>, TripleParameters.MatchersOrCaptor<T0, T1, T2>, TripleParameters.Values<T0, T1, T2>, TripleParameters<T0, T1, T2>, Result>.call(first: T0, second: T1, third: T2): Result Calls a MethodMock with three parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
The third parameter to pass to the method
suspend fun <T0, T1, T2, Result> SuspendMethodMock<TripleParameters.Matchers<T0, T1, T2>, TripleParameters.MatchersOrCaptor<T0, T1, T2>, TripleParameters.Values<T0, T1, T2>, TripleParameters<T0, T1, T2>, Result>.call(first: T0, second: T1, third: T2): Result Calls a SuspendMethodMock with three parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
The third parameter to pass to the method
fun <T0, T1, T2, T3, Result> MethodMock<QuadrupleParameters.Matchers<T0, T1, T2, T3>, QuadrupleParameters.MatchersOrCaptor<T0, T1, T2, T3>, QuadrupleParameters.Values<T0, T1, T2, T3>, QuadrupleParameters<T0, T1, T2, T3>, Result>.call(first: T0, second: T1, third: T2, fourth: T3): Result Calls a MethodMock with four parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
The third parameter to pass to the method
The fourth parameter to pass to the method
suspend fun <T0, T1, T2, T3, Result> SuspendMethodMock<QuadrupleParameters.Matchers<T0, T1, T2, T3>, QuadrupleParameters.MatchersOrCaptor<T0, T1, T2, T3>, QuadrupleParameters.Values<T0, T1, T2, T3>, QuadrupleParameters<T0, T1, T2, T3>, Result>.call(first: T0, second: T1, third: T2, fourth: T3): Result Calls a SuspendMethodMock with four parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
The third parameter to pass to the method
The fourth parameter to pass to the method
fun <T0, T1, T2, T3, T4, Result> MethodMock<QuintupleParameters.Matchers<T0, T1, T2, T3, T4>, QuintupleParameters.MatchersOrCaptor<T0, T1, T2, T3, T4>, QuintupleParameters.Values<T0, T1, T2, T3, T4>, QuintupleParameters<T0, T1, T2, T3, T4>, Result>.call(first: T0, second: T1, third: T2, fourth: T3, fifth: T4): Result Calls a MethodMock with five parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
The third parameter to pass to the method
The fourth parameter to pass to the method
The fifth parameter to pass to the method
suspend fun <T0, T1, T2, T3, T4, Result> SuspendMethodMock<QuintupleParameters.Matchers<T0, T1, T2, T3, T4>, QuintupleParameters.MatchersOrCaptor<T0, T1, T2, T3, T4>, QuintupleParameters.Values<T0, T1, T2, T3, T4>, QuintupleParameters<T0, T1, T2, T3, T4>, Result>.call(first: T0, second: T1, third: T2, fourth: T3, fifth: T4): Result Calls a SuspendMethodMock with five parameters
Parameters
The first parameter to pass to the method
The second parameter to pass to the method
The third parameter to pass to the method
The fourth parameter to pass to the method
The fifth parameter to pass to the method