Package org.gradle.tooling.events.test
Interface TestOutputEvent
-
- All Superinterfaces:
ProgressEvent
public interface TestOutputEvent extends ProgressEvent
An event that informs about a test printing text to the standard output or to the standard error.A new test output event instance is created for each line of text printed by the test.
- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestOutputDescriptor
getDescriptor()
Returns the description of the operation for which progress is reported.-
Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime
-
-
-
-
Method Detail
-
getDescriptor
TestOutputDescriptor getDescriptor()
Description copied from interface:ProgressEvent
Returns the description of the operation for which progress is reported.- Specified by:
getDescriptor
in interfaceProgressEvent
- Returns:
- The description of the operation.
-
-