Package org.gradle.tooling.events.test
Interface TestOutputDescriptor
- All Superinterfaces:
- OperationDescriptor
Describes a test output operation.
- Since:
- 6.0
- 
Method SummaryModifier 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.OperationDescriptorgetDisplayName, getName, getParent
- 
Method Details- 
getDestinationDestination getDestination()Describes whether the content was printed to the standard output or the standard error.
- 
getMessageString getMessage()The text printed by the test.
 
-