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

main.kotlin.ch.tutteli.atrium.domain.robstoll.creating.IterableAssertionsDeprecatedImpl.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
@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