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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumDestination of the message
- 
Method SummaryModifier and TypeMethodDescriptionDestination of the messagelongThe time the message was logged, in milliseconds since UNIX epoch.Message content
- 
Method Details- 
getLogTimeThe time the message was logged, in milliseconds since UNIX epoch.- Since:
- 8.12
 
- 
getDestinationTestOutputEvent.Destination getDestination()Destination of the message
- 
getMessageString getMessage()Message content
 
-