Interface TestKeyValueDataEvent

All Superinterfaces:
TestMetadataEvent

@Incubating @NullMarked public interface TestKeyValueDataEvent extends TestMetadataEvent
Key-value data published by a test.
Since:
9.4.0
  • Method Details

    • getValues

      Map<String,String> getValues()
      Returns the key-value pairs.
      Returns:
      key-value pairs
      Since:
      9.4.0