atrium-api-cc-en_GB-jvm / ch.tutteli.atrium.api.cc.en_GB / containsStrictly
containsStrictly
fun <E : Any, T : Iterable<E>> <ERROR CLASS><T>.containsStrictly(expected: E, vararg otherExpected: E): <ERROR CLASS><T>
Deprecated: Replaced with containsExactly for clearer naming; will be removed with 1.0.0
fun <E : Any, T : Iterable<E>> <ERROR CLASS><T>.containsStrictly(assertionCreator: <ERROR CLASS><E>.() -> Unit, vararg otherAssertionCreators: <ERROR CLASS><E>.() -> Unit): <ERROR CLASS><T>
Deprecated: Replaced with containsExactly for clearer naming; will be removed with 1.0.0