api / org.gradle.api.tasks.testing / TestOutputEvent

TestOutputEvent

interface TestOutputEvent

Standard output or standard error message logged during the execution of the test

Types

Destination

class Destination

Destination of the message

Functions

getDestination

abstract fun getDestination(): Destination

Destination of the message

getMessage

abstract fun getMessage(): String

Message content