Package eu.iv4xr.framework.mainConcepts
Class TestDataCollector.EventTrace
java.lang.Object
eu.iv4xr.framework.mainConcepts.TestDataCollector.EventTrace
- All Implemented Interfaces:
Parsable
- Enclosing class:
- TestDataCollector
This class is used to hold a chronological list of time-stamped events.
-
Field Summary
Modifier and TypeFieldDescription(package private) ObservationEvent.VerdictEvent
(package private) int
(package private) int
(package private) int
(package private) List<ObservationEvent.TimeStampedObservationEvent>
-
Constructor Summary
-
Method Summary
-
Field Details
-
trace
-
numOfPassVerdicts
int numOfPassVerdicts -
numOfUndecidedVerdicts
int numOfUndecidedVerdicts -
numOfFailVerdicts
int numOfFailVerdicts -
lastFailVerdict
ObservationEvent.VerdictEvent lastFailVerdict
-
-
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
-
parse
-
reset
public void reset()Clear the trace and reset verdict-counts to 0.
-