handleLogEntry method

  1. @override
void handleLogEntry({
  1. required int testEntryId,
  2. required int logEntryId,
})
inherited

Implementation

@override
void handleLogEntry({required int testEntryId, required int logEntryId}) {
  if (enableAutoExpand) {
    expandGroupEntryMap.clear();
    expandSeriesForTest(testInfoId: testEntryId);
    highlightTestEntryId = testEntryId;
    highlightLogEntryId = logEntryId;
  }
}