interface IteratorAssertions
Defines the minimum set of assertion functions and builders applicable to Iterator, which an implementation of the domain of Atrium has to provide.
abstract fun <E, T : Iterator<E>> hasNext(expect: Expect<T>): Assertion |
|
abstract fun <E, T : Iterator<E>> hasNotNext(expect: Expect<T>): Assertion |
object
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. |