clear method

void clear()

清空所有 Mock

Implementation

void clear() {
  mocks.clear();
}