clearMocks method

MockStore<St> clearMocks()

Implementation

MockStore<St> clearMocks() {
  mocks = null;
  return this;
}