InOrderOnlyAssertionCreator
constructor(converter: (T) -> Iterable<E>, searchBehaviour: InOrderOnlySearchBehaviour, reportingOptions: InOrderOnlyReportingOptions.() -> Unit)(source)
Represents the base class for in any order only
assertion creators and provides a corresponding template to fulfill its responsibility.
Parameters
T
The type of the subject of this expectation for which the contains
assertion is be build.
SC
The type of the search criteria.
searchBehaviour
The search behaviour -- in this case representing in order only
which is used to decorate the description (a Translatable) which is used for the AssertionGroup.