Skip to content

Commit

Permalink
Merge pull request pact-foundation#113 from vinogradoff/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
neilcampbell authored Oct 16, 2017
2 parents f83f49c + 6fe8b6d commit a7f2e47
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,6 @@ public class ConsumerMyApiPact : IDisposable
}
}

public class SomethingApiConsumerTests : IClassFixture<ConsumerMyApiPact>
{
private IMockProviderService _mockProviderService;
private string _mockProviderServiceBaseUri;

public SomethingApiConsumerTests(ConsumerMyApiPact data)
{
_mockProviderService = data.MockProviderService;
_mockProviderServiceBaseUri = data.MockProviderServiceBaseUri;
data.MockProviderService.ClearInteractions(); //NOTE: Clears any previously registered interactions before the test is run
}
}
```

#### 3. Write your test
Expand Down

0 comments on commit a7f2e47

Please sign in to comment.