コード例 #1
0
ファイル: ProductTests.cs プロジェクト: m4cx/dwx2019-pact
 public void SetUp()
 {
     MockProviderService.ClearInteractions();
 }
コード例 #2
0
ファイル: Tests.cs プロジェクト: ardz/PactTesting
 public void VerifyAndClearInteractions()
 {
     MockProviderService.VerifyInteractions();
     MockProviderService.ClearInteractions();
 }