コード例 #1
0
 public void Teardown()
 {
     base.VerifyAllExpectations();
     _encryption.VerifyAllExpectations();
     _userManager.VerifyAllExpectations();
     _recaptcha.VerifyAllExpectations();
     _services.VerifyAllExpectations();
 }
コード例 #2
0
 public void Teardown()
 {
     VerifyAllExpectations();
     _appSensor.VerifyAllExpectations();
     _encryption.VerifyAllExpectations();
     _httpCache.VerifyAllExpectations();
     _userManager.VerifyAllExpectations();
     _recaptcha.VerifyAllExpectations();
     _services.VerifyAllExpectations();
 }