turnSubjectToList

fun <E, T> turnSubjectToList(container: AssertionContainer<T>, converter: (T) -> Iterable<E>): AssertionContainer<List<E>>(source)

Deprecated

Use container.mapSubjectToList instead, will be removed with 1.2.0

Replace with

container.mapSubjectToList(converter)