doc / ch.tutteli.atrium.api.cc.de_CH / enthaeltStrikt

enthaeltStrikt

@JvmName("enthaeltStriktDeprecated") fun <E : Any, T : Iterable<E?>> Assert<T>.enthaeltStrikt(assertionCreator: (Assert<E>.() -> Unit)?, vararg otherAssertionCreators: (Assert<E>.() -> Unit)?): AssertionPlant<T>
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>
Deprecated: Replaced with enthaeltExakt for clearer naming; will be removed with 1.0.0