Class MetricCollector.EndTestEvent

  • Enclosing class:
    MetricCollector

    public static class MetricCollector.EndTestEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EndTestEvent​(java.time.Instant endTestTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Instant getEndTestTime()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndTestEvent

        public EndTestEvent​(java.time.Instant endTestTime)
    • Method Detail

      • getEndTestTime

        public java.time.Instant getEndTestTime()