Searched refs:KotlinArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
217 class KotlinArgumentCaptor<T> constructor(clazz: Class<T>) { in anyArray() class238 inline fun <reified T : Any> kotlinArgumentCaptor(): KotlinArgumentCaptor<T> = in kotlinArgumentCaptor()239 KotlinArgumentCaptor(T::class.java) in kotlinArgumentCaptor()257 inline fun <reified T : Any> withArgCaptor(block: KotlinArgumentCaptor<T>.() -> Unit): T = in kotlinArgumentCaptor()277 inline fun <reified T : Any> captureMany(block: KotlinArgumentCaptor<T>.() -> Unit): List<T> = in captureMany()