doc / ch.tutteli.atrium.api.cc.en_GB / containsStrictly

containsStrictly

fun <E : Any, T : Iterable<E>> Assert<T>.containsStrictly(expected: E, vararg otherExpected: E): AssertionPlant<T>
Deprecated: Replaced with containsExactly for clearer naming; will be removed with 1.0.0


fun <E : Any, T : Iterable<E>> Assert<T>.containsStrictly(assertionCreator: Assert<E>.() -> Unit, vararg otherAssertionCreators: Assert<E>.() -> Unit): AssertionPlant<T>
Deprecated: Replaced with containsExactly for clearer naming; will be removed with 1.0.0