Merge "Adds allValues accessor to KotlinArgumentCaptor" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d935aba99b
@@ -91,6 +91,8 @@ class KotlinArgumentCaptor<T> constructor(clazz: Class<T>) {
|
||||
fun capture(): T = wrapped.capture()
|
||||
val value: T
|
||||
get() = wrapped.value
|
||||
val allValues: List<T>
|
||||
get() = wrapped.allValues
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user