testSimplePipeline

suspend fun testSimplePipeline(dispatcher: CoroutineDispatcher, coroutineBlock: suspend CoroutineScope.() -> Unit)

A scenario which tests a single pipeline.

Parameters

dispatcher

Coroutine dispatcher.

coroutineBlock

The task to run.