Package org.gradle.api.tasks.testing
Interface TestOutputEvent
public interface TestOutputEvent
Standard output or standard error message logged during the execution of the test
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Destination of the message -
Method Summary
Modifier and TypeMethodDescriptionDestination of the messagelong
The time the message was logged, in milliseconds since UNIX epoch.Message content
-
Method Details
-
getLogTime
The time the message was logged, in milliseconds since UNIX epoch.- Since:
- 8.12
-
getDestination
TestOutputEvent.Destination getDestination()Destination of the message -
getMessage
String getMessage()Message content
-