android-components / mozilla.components.support.test / eq

eq

fun <T> eq(value: T): T (source)

Mockito matcher that matches if the argument is the same as the provided value.

(The version from Mockito doesn't work correctly with Kotlin code.)