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

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

//TODO remove file with 1.0.0
@file:Suppress("DEPRECATION")
package ch.tutteli.atrium.domain.robstoll.creating

import ch.tutteli.atrium.creating.Expect
import ch.tutteli.atrium.domain.creating.MapEntryAssertions
import ch.tutteli.atrium.domain.robstoll.lib.creating._isKeyValue
import ch.tutteli.atrium.domain.robstoll.lib.creating._key
import ch.tutteli.atrium.domain.robstoll.lib.creating._value

@Deprecated("Will be removed with 1.0.0")
class MapEntryAssertionsImpl : MapEntryAssertions, MapEntryAssertionsDeprecatedImpl() {
    override fun > isKeyValue(expect: Expect, key: K, value: V) =
        _isKeyValue(expect, key, value)

    override fun > key(expect: Expect) = _key(expect)
    override fun > value(expect: Expect) = _value(expect)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy