doc / ch.tutteli.atrium.assertions.basic.contains.creators / ContainsObjectsAssertionCreator / <init>

<init>

ContainsObjectsAssertionCreator(searchBehaviour: B, checkers: List<C>)

Represents the base class for Contains.Creators which use bare objects as search criteria (matching them with ==).

Parameters

searchBehaviour - The chosen search behaviour.

checkers - The Contains.Checkers which shall be applied to the search result.

Constructor
Represents the base class for Contains.Creators which use bare objects as search criteria (matching them with ==).