nonEmptyList

fun <T> FakeContext.nonEmptyList(size: Int = int(config(FiktionConfig.Collection.size)).coerceAtLeast(1), element: FakeContext.() -> T): NonEmptyList<T>

Generates an Arrow non-empty list using element.