Exemple #1
0
 public void SetUp()
 {
     MockProviderService.ClearInteractions();
 }
Exemple #2
0
 public void VerifyAndClearInteractions()
 {
     MockProviderService.VerifyInteractions();
     MockProviderService.ClearInteractions();
 }