api / org.gradle.api.tasks.testing / TestOutputListener

TestOutputListener

interface TestOutputListener

Listens to the output events like printing to standard output or error

Functions

onOutput

abstract fun onOutput(testDescriptor: TestDescriptor, outputEvent: TestOutputEvent): Unit

Fired when during test execution anything is printed to standard output or error