protected virtual void Dispose(bool disposing) { if (disposing) { ServiceClientMockBase.ResetAllRequests(); } }
protected ControllerTestBase(WebApplicationFactoryBase <TStartup, TContext> factory) { ServiceClientMockBase.ResetAllRequests(); this.Factory = factory; }