Package-level declarations
Functions
Link copied to clipboard
suspend fun <T> ContainerScope.withData(nameIndFn: (Int, T) -> String, ts: Iterable<T>, test: suspend ContainerScope.(T) -> Unit)
Registers tests inside the given test context for each element of ts.
suspend fun <T> ContainerScope.withData(nameIndFn: (Int, T) -> String, first: T, second: T, vararg rest: T, test: suspend ContainerScope.(T) -> Unit)
Registers tests inside the given test context for each element.