Searched refs:KotlinArgumentCaptor (Results 1 – 2 of 2) sorted by relevance
102 class KotlinArgumentCaptor<T> constructor(clazz: Class<T>) { in whenever() class116 inline fun <reified T : Any> kotlinArgumentCaptor(): KotlinArgumentCaptor<T> = in kotlinArgumentCaptor()117 KotlinArgumentCaptor(T::class.java) in kotlinArgumentCaptor()132 inline fun <reified T : Any> withArgCaptor(block: KotlinArgumentCaptor<T>.() -> Unit): T = in kotlinArgumentCaptor()146 inline fun <reified T : Any> captureMany(block: KotlinArgumentCaptor<T>.() -> Unit): List<T> = in captureMany()
87 class KotlinArgumentCaptor<T> constructor(clazz: Class<T>) { in eq() class99 inline fun <reified T : Any> kotlinArgumentCaptor(): KotlinArgumentCaptor<T> = in kotlinArgumentCaptor()100 KotlinArgumentCaptor(T::class.java) in kotlinArgumentCaptor()118 inline fun <reified T : Any> withArgCaptor(block: KotlinArgumentCaptor<T>.() -> Unit): T = in kotlinArgumentCaptor()