clear method

void clear()
inherited

Implementation

void clear() {
  logEntryInTest.clear();
  logSubEntryInEntry.clear();
  logSubEntryMap.clear();
  snapshotInLog.clear();
}