neq

fun <T> MokkeryMatcherScope.neq(value: T): T(source)

Deprecated

This API is considered obsolete. `not` matcher should be used instead as it's more flexible - allows using matchers.

Replace with

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

Matches an argument that is not equal to value.