doc / ch.tutteli.atrium.domain.builders.creating / IteratorAssertionsBuilder

IteratorAssertionsBuilder

object IteratorAssertionsBuilder : IteratorAssertions
Deprecated: Use _logic from ch.tutteli.atrium.logic instead; will be removed with 1.0.0

Delegates inter alia to the implementation of IteratorAssertions. In detail, it implements IteratorAssertions by delegating to iteratorAssertions which in turn delegates to the implementation via loadSingleService.

Functions

hasNext

fun <E, T : Iterator<E>> hasNext(expect: Expect<T>): Assertion

hasNotNext

fun <E, T : Iterator<E>> hasNotNext(expect: Expect<T>): Assertion