Interface TestMetadataEvent

All Superinterfaces:
ProgressEvent

@Incubating public interface TestMetadataEvent extends ProgressEvent
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
  • Method Details

    • getValues

      Map<String,Object> getValues()
      Returns the metadata itself.
      Since:
      8.13