vertx / io.vertx.kotlin.ext.unit.report / io.vertx.ext.unit.report.TestSuiteReport / pipeToAwait

pipeToAwait

suspend fun TestSuiteReport.pipeToAwait(dst: WriteStream<TestCaseReport>): Unit

Suspending version of method io.vertx.ext.unit.report.TestSuiteReport.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.ext.unit.report.TestSuiteReport using Vert.x codegen.