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

<init>

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

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

Parameters

searchBehaviour - The chosen search behaviour. checkers - The IContains.ICheckers which shall be applied to the search result.

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