TestFileAttachmentMetadataEvent

An event emitted by tests that contains file attachment data.

Since

9.4.0

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 getFile(): File
The published file attachment.
Link copied to clipboard
@Nullable
abstract fun getMediaType(): @Nullable String
Media type of the file, if known.