TestOutputDescriptor

Describes a test output operation.

Since

6.0

Functions

Link copied to clipboard
abstract fun getDestination(): Destination
Describes whether the content was printed to the standard output or the standard error.
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getMessage(): String
The text printed by the test.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard