Class TestDataCollector.EventTrace

java.lang.Object
eu.iv4xr.framework.mainConcepts.TestDataCollector.EventTrace
All Implemented Interfaces:
Parsable
Enclosing class:
TestDataCollector

static class TestDataCollector.EventTrace extends Object implements Parsable
This class is used to hold a chronological list of time-stamped events.
  • Field Details

  • Constructor Details

    • EventTrace

      public EventTrace()
  • Method Details

    • registerEvent

      Add the event e to this event-trace. If it is an error-event, this will be registered so. If cummulativeTrace is non null, the event will also added into that trace. Access to this method is synchronized (mutual exclusive).
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • parse

      public Parsable parse(String s)
      Specified by:
      parse in interface Parsable
    • reset

      public void reset()
      Clear the trace and reset verdict-counts to 0.