ContainsObjectsAssertionCreator(searchBehaviour: S, checkers: List<C>)
Represents the base class for Contains.Creators which use bare objects as search criteria (matching them
with ==
).
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 ==
).