toggle menu
gradle
8.11.1
API
switch theme
search in API
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
(
)
:
OperationDescriptor