interface IteratorAssertions (source)
Collection of assertion functions and builders which are applicable to subjects with an Iterator type.
abstract fun <E, T : Iterator<E>> hasNext(container: AssertionContainer<T>): Assertion | 
|
abstract fun <E, T : Iterator<E>> hasNotNext(container: AssertionContainer<T>): Assertion | 
class DefaultIteratorAssertions : IteratorAssertions |