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

IterableContainsNotChecker

class IterableContainsNotChecker : IterableContains.Checker
Deprecated: Use IterableContainsCheckers.newNotChecker; will be removed with 1.0.0

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