reset method

void reset()

Reset all mocks

Implementation

void reset() {
  mockAnalytics.clear();
  mockLogger.clear();
}