doc / ch.tutteli.atrium.assertions.iterable.contains.checkers / IterableContainsNotChecker

IterableContainsNotChecker

class IterableContainsNotChecker : Checker

Represents a check that an expected object is not contained in the search input.

Constructors

<init>

IterableContainsNotChecker()

Represents a check that an expected object is not contained in the search input.

Functions

createAssertion

fun createAssertion(foundNumberOfTimes: Int): Assertion

Creates an Assertion representing this check based on the given foundNumberOfTimes which is the result of the search.