class SystemErrWireListener : TestListener
A Kotest listener that facilities testing writes to standard err, by copying any data written to standard err to an internal buffer.
Users can query the written data by fetching the buffer by invoking output.
<init> |
A Kotest listener that facilities testing writes to standard err, by copying any data written to standard err to an internal buffer. SystemErrWireListener(tee: Boolean = true) |
afterTest |
suspend fun afterTest(testCase: TestCase, result: TestResult): Unit |
beforeTest |
suspend fun beforeTest(testCase: TestCase): Unit |
output |
fun output(): String |