dot

external fun dot(source: TestEventGenerator): AsyncGenerator<String, Void, *>(source)

The dot reporter outputs the test results in a compact format, where each passing test is represented by a ., and each failing test is represented by a X.

Since

v20.0.0