strikt-core / strikt.assertions / isNotEqualTo

isNotEqualTo

infix fun <T> Builder<T>.isNotEqualTo(expected: T?): Builder<T>

Asserts that the subject is not equal to expected according to the standard Kotlin == operator.

Parameters

expected - the expected value.