neqRef

Deprecated

This API is considered obsolete. Use `not(ref(...)).`

Replace with

import dev.mokkery.matcher.ref
import dev.mokkery.matcher.logical.not
not(ref(value))

Matches an argument whose reference is not equal to value's reference.