Package org.gradle.tooling.events.test
Interface TestOutputDescriptor
- All Superinterfaces:
OperationDescriptor
Describes a test output operation.
- Since:
- 6.0
-
Method Summary
Modifier and TypeMethodDescriptionDescribes whether the content was printed to the standard output or the standard error.The text printed by the test.Methods inherited from interface org.gradle.tooling.events.OperationDescriptor
getDisplayName, getName, getParent
-
Method Details
-
getDestination
Destination getDestination()Describes whether the content was printed to the standard output or the standard error. -
getMessage
String getMessage()The text printed by the test.
-