Exemple #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         ServiceClientMockBase.ResetAllRequests();
     }
 }
Exemple #2
0
        protected ControllerTestBase(WebApplicationFactoryBase <TStartup, TContext> factory)
        {
            ServiceClientMockBase.ResetAllRequests();

            this.Factory = factory;
        }