All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.kotlin.ch.tutteli.atrium.logic.IteratorAssertions.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package ch.tutteli.atrium.logic

import ch.tutteli.atrium.assertions.Assertion
import ch.tutteli.atrium.creating.AssertionContainer

/**
 * Collection of assertion functions and builders which are applicable to subjects with an [Iterator] type.
 */
interface IteratorAssertions {
    fun > hasNext(container: AssertionContainer): Assertion
    fun > hasNotNext(container: AssertionContainer): Assertion
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy