Interface ReportMetadataEvent

All Superinterfaces:
ProgressEvent, TestMetadataEvent

@Incubating @NullMarked public interface ReportMetadataEvent extends TestMetadataEvent
A metadata information was reported by the test framework. A typical source for this event is the JUnit Platform reporting ReportEntry objects.
Since:
9.4.0
  • Method Details

    • getMetadataTimestamp

      long getMetadataTimestamp()
      The timestamp of when the metadata was recorded (and not the time the event was emitted).
      Since:
      9.4.0