doc / ch.tutteli.atrium.api.cc.de_CH / enthaeltStrikt
enthaeltStrikt
fun <E : Any, T : Iterable<E?>> Assert<T>.enthaeltStrikt(assertionCreator: Assert<E>.() -> Unit, vararg otherAssertionCreators: Assert<E>.() -> Unit): AssertionPlant<T>
(source)
Deprecated: Use `enthaeltExakt` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0
fun <E : Any, T : Iterable<E>> Assert<T>.enthaeltStrikt(expected: E, vararg otherExpected: E): AssertionPlant<T>
(source)
Deprecated: Replaced with enthaeltExakt for clearer naming; will be removed with 1.0.0