Platform (jvm, jdk8, js, android): all
val iterable : Iterable<Any> = listOf('h', "ello", 2019)
expect("hello world 2019").contains.exactly(1).elementsOf(iterable)
//instead of
expect("hello world 2019").contains.exactly(1).elementsOf(iterable.first(), *iterable.drop(1).toTypedArray())
Following the things you need to do (see also a0b539c0 for a guideline):
api
elementsOf in apis/fluent-en_GB/atrium-fluent_en_GB-common/../charSequenceContainsCreators.kt (see other functions there)valuesrequire that the Iterable.hasNext@since 0.9.0 (adopt to current version) to the KDOCI'll work on this if you would like to take this issue over.I'll work on this
@RenatoViana01 do you need any help?
@RenatoViana01 un-assign you so that others can take over.
I'll work on this