toggle menu
gradle
8.14.3
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing
/
TestMetadataEvent
Test
Metadata
Event
API
@
Incubating
interface
TestMetadataEvent
(
source
)
Metadata captured during the execution of a test.
Since
8.13
Members
Functions
get
Log
Time
Link copied to clipboard
API
abstract
fun
getLogTime
(
)
:
Long
The time the message was logged.
get
Values
Link copied to clipboard
API
abstract
fun
getValues
(
)
:
Map
<
String
,
Any
>
Retrieves the recorded metadata values for this event.