IteratorAssertions

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

Inheritors

Functions

Link copied to clipboard
abstract fun <E, T : Iterator<E>> hasNext(container: AssertionContainer<T>): Assertion
Link copied to clipboard
abstract fun <E, T : Iterator<E>> hasNotNext(container: AssertionContainer<T>): Assertion