CheckerStepInternal
Sole purpose of this interface is to hide CheckerStepLogic from newcomers which usually don't have to deal with this type and to keep the API clean.
Moreover, this keeps the API clean and does not pollute it with things like times
, containsBuilder
etc.
See https://github.com/robstoll/atrium-roadmap/wiki/Requirements#personas for more information about the personas.
Inheritors
Properties
Entry point to the logic level of Atrium -- which is one level deeper than the API -- within the building process of a sophisticated contains
assertion for Iterable.
Contains all Checkers which should be applied to the search result.
The previously chosen EntryPointStep, containing inter alia the AssertionContainer to which the resulting Assertion shall be appended.
Functions
Appends the Assertion the given factory creates based on this IterableLikeContains.CheckerStep.
Transforms the given iterableLike to Pair<T, Array<out T>>
with the intention that it can be easily used for a function requiring T, vararg T
.