main.kotlin.ch.tutteli.atrium.domain.robstoll.creating.IterableAssertionsDeprecatedImpl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atrium-domain-robstoll-common
Show all versions of atrium-domain-robstoll-common
robstoll's <[email protected]> implementation of the domain of Atrium as common module
@file:Suppress("DEPRECATION" /* TODO remove annotation with 1.0.0 */)
package ch.tutteli.atrium.domain.robstoll.creating
import ch.tutteli.atrium.assertions.Assertion
import ch.tutteli.atrium.creating.AssertionPlant
import ch.tutteli.atrium.domain.creating.IterableAssertions
import ch.tutteli.atrium.domain.robstoll.lib.creating._iterableAll
@Deprecated("Will be removed with 1.0.0")
abstract class IterableAssertionsDeprecatedImpl : IterableAssertions {
override fun all(
plant: AssertionPlant>,
assertionCreator: (AssertionPlant.() -> Unit)?
): Assertion = _iterableAll(plant, assertionCreator)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy