TestMetadataEvent

An event that informs about a test capturing metadata while running.

A new test metadata event instance is created for each metadata reporting event, which might involve multiple values.

Since

8.13

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getEventTime(): Long
Link copied to clipboard
abstract fun getValues(): Map<String, Any>
Returns the metadata itself.