gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.test
/
TestOutputDescriptor
Test
Output
Descriptor
API
interface
TestOutputDescriptor
:
OperationDescriptor
(
source
)
Describes a test output operation.
Since
6.0
Members
Functions
get
Destination
Link copied to clipboard
API
abstract
fun
getDestination
(
)
:
Destination
Describes whether the content was printed to the standard output or the standard error.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Message
Link copied to clipboard
API
abstract
fun
getMessage
(
)
:
String
The text printed by the test.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
abstract
fun
getParent
(
)
:
@
Nullable
OperationDescriptor