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