Interface TestKeyValueMetadataEvent

All Superinterfaces:
ProgressEvent, TestMetadataEvent

@Incubating @NullMarked public interface TestKeyValueMetadataEvent extends TestMetadataEvent
An event emitted by tests that contains additional data in the form of key-values.
Since:
9.4.0
  • Method Details

    • getValues

      Map<String,String> getValues()
      Key-value data reported by the associated test.
      Returns:
      map of key-values
      Since:
      9.4.0