doc / ch.tutteli.atrium.logic / IteratorAssertions

IteratorAssertions

interface IteratorAssertions

Collection of assertion functions and builders which are applicable to subjects with an Iterator type.

Functions

hasNext

abstract fun <E, T : Iterator<E>> hasNext(container: AssertionContainer<T>): Assertion

hasNotNext

abstract fun <E, T : Iterator<E>> hasNotNext(container: AssertionContainer<T>): Assertion

Inheritors

DefaultIteratorAssertions

class DefaultIteratorAssertions : IteratorAssertions