Cameron Dunn 145d8019af Accurate test timestamps by moving ProcessEvent
https://github.com/jstemmer/go-junit-report/issues/147

By moving the ProcessEvent call up to parse we call it as soon
as each event is read. This ensures that the timestampFunc is
called approximately when the test is run. This ensures that
the time of the whole test suite can be measured.
2023-03-15 10:38:27 -07:00
..