clearMocks method

void clearMocks()

清除所有模拟配置

Implementation

void clearMocks() {
  _mockConfigs.clear();
}