object IteratorAssertionsBuilder : IteratorAssertions
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.
fun <E, T : Iterator<E>> hasNext(expect: Expect<T>): Assertion |
|
fun <E, T : Iterator<E>> hasNotNext(expect: Expect<T>): Assertion |