mockito-kotlin / com.nhaarman.mockitokotlin2 / anyArray

anyArray

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

Matches any array of type T.