Package-level declarations
Contains (default) implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.iterable.contains.creators
.
Types
Represents a creator of a sophisticated contains
assertions for Iterable where an expected entry can appear in any order and is identified by holding a group of assertions, created by an assertion creator lambda.
Represents the base class for in any order only
assertion creators and provides a corresponding template to fulfill its responsibility.
Represents a creator of a sophisticated contains
assertions for Iterable where an expected entry can appear in any order and is identified by expected objects (equality comparison).
Represents the base class for in order only
assertion creators and provides a corresponding template to fulfill its responsibility.
Represents a creator of a sophisticated contains
assertions for Iterable where exactly the expected entries have to appear in the specified order and where an entry is identified by holding a group of assertions, created by an assertion creator lambda.
Represents a creator of a sophisticated contains
assertions for Iterable where exactly the expected entries have to appear in the specified order and where an entry is identified by an expected object (equality comparison).