doc / ch.tutteli.atrium.api.infix.en_GB / isNoneOf

isNoneOf

infix fun <T> Expect<T>.isNoneOf(values: Values<T>): Expect<T>

Expects that the subject of the assertion is not (equal to) in values.

Parameters

values - The values which are not expected to be contained within the subject of the assertion -- use the function values(t, ...) to create a Values.

Exceptions

AssertionError - Might throw an AssertionError if the assertion made is not correct.

Return
An Expect for the current subject of the assertion.

Since
0.13.0