TestOutputEvent (Gradle API 8.14) (original) (raw)
Interface TestOutputEvent
public interface TestOutputEvent
Standard output or standard error message logged during the execution of the test
Nested Class Summary
Nested Classes
Modifier and Type
Interface
Descriptionstatic enum
Destination of the message
Method Summary
Modifier and Type
Method
Description
Destination of the messagelong
The time the message was logged, in milliseconds since UNIX epoch.
Method Details
getLogTime
The time the message was logged, in milliseconds since UNIX epoch.
Since:
8.12getDestination
Destination of the message
getMessage
Message content