DefaultIterableLikeAssertions
Functions
Link copied to clipboard
open override fun <T : IterableLike, E : IterableLike> all(container: AssertionContainer<T>, converter: (T) -> Iterable<E?>, assertionCreatorOrNull: Expect<E>.() -> Unit?): Assertion
Link copied to clipboard
open override fun <T : IterableLike, E> builderContainsInIterableLike(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): IterableLikeContains.EntryPointStep<E, T, NoOpSearchBehaviour>
Link copied to clipboard
open override fun <T : IterableLike, E> builderContainsNotInIterableLike(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): NotCheckerStep<E, T, NotSearchBehaviour>
Link copied to clipboard
open override fun <T : IterableLike, E> containsNoDuplicates(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): Assertion
Link copied to clipboard
open override fun <T : IterableLike, E> hasNotNext(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): Assertion
Link copied to clipboard
open override fun <T : IterableLike, E : Any> hasNotNextOrAll(container: AssertionContainer<T>, converter: (T) -> Iterable<E?>, assertionCreatorOrNull: Expect<E>.() -> Unit?): Assertion
Link copied to clipboard
open override fun <T : IterableLike, E : IterableLike> hasNotNextOrAny(container: AssertionContainer<T>, converter: (T) -> Iterable<E?>, assertionCreatorOrNull: Expect<E>.() -> Unit?): Assertion
Link copied to clipboard
open override fun <T : IterableLike, E : Any> hasNotNextOrNone(container: AssertionContainer<T>, converter: (T) -> Iterable<E?>, assertionCreatorOrNull: Expect<E>.() -> Unit?): Assertion
Link copied to clipboard
open override fun <T : IterableLike, E> last(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): FeatureExtractorBuilder.ExecutionStep<T, E>
Link copied to clipboard
open override fun <T : IterableLike, E : Comparable<E>> max(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): FeatureExtractorBuilder.ExecutionStep<T, E>
Link copied to clipboard
open override fun <T : IterableLike, E : Comparable<E>> min(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): FeatureExtractorBuilder.ExecutionStep<T, E>