abstract class IterableContainsInAnyOrderOnlyAssertionCreator<E, T : Iterable<E?>, SC> : IterableContains.Creator<T, SC> (source)Represents the base class for in any 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.
IterableContainsInAnyOrderOnlyAssertionCreator(searchBehaviour: IterableContainsInAnyOrderOnlySearchBehaviour)
Represents the base class for |
abstract fun createAssertionForSearchCriterionAndRemoveMatchFromList(searchCriterion: SC, list: MutableList<E?>): Pair<Boolean, Assertion> |
|
fun createAssertionGroup(plant: AssertionPlant<T>, searchCriterion: SC, otherSearchCriteria: Array<out SC>): AssertionGroupfun createAssertionGroup(subjectProvider: SubjectProvider<T>, searchCriteria: List<SC>): AssertionGroup |
class
Represents a creator of a sophisticated |
|
class
Represents a creator of a sophisticated |