abstract class IterableContainsInOrderOnlyAssertionCreator<E, T : Iterable<E?>, SC> : IterableContains.Creator<T, SC>
Represents the base class for in order only
assertion creators and provides a corresponding template to fulfill
its responsibility.
T
- The type of the AssertionPlant.subject for which the contains
assertion is be build.
SC
- The type of the search criteria.
IterableContainsInOrderOnlyAssertionCreator(searchBehaviour: IterableContainsInOrderOnlySearchBehaviour)
Represents the base class for |
fun createAssertionGroup(plant: AssertionPlant<T>, searchCriterion: SC, otherSearchCriteria: Array<out SC>): AssertionGroup fun createAssertionGroup(subjectProvider: SubjectProvider<T>, searchCriteria: List<SC>): AssertionGroup |
|
abstract fun createEntryAssertion(iterableAsList: List<E?>, searchCriterion: SC, template: ((Boolean) -> Assertion) -> AssertionGroup): AssertionGroup |
|
abstract fun matches(actual: E?, searchCriterion: SC): Boolean |
class
Represents a creator of a sophisticated |
|
class
Represents a creator of a sophisticated |