mockito-kotlin / org.mockito.kotlin / anyArray

anyArray

inline fun <reified T> anyArray(): Array<T>

Matches any array of type T.