Info
Version: | 1.0.1 |
Author(s): | Pratishek Awasthi |
Last Update: | Wednesday, December 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pratishek/HttpMock |
NuGet Url: | https://www.nuget.org/packages/HttpMock.WithConcurrencySupport-Private-SharedMocks |
Install
Install-Package HttpMock.WithConcurrencySupport-Private-SharedMocks
dotnet add package HttpMock.WithConcurrencySupport-Private-SharedMocks
paket add HttpMock.WithConcurrencySupport-Private-SharedMocks
HttpMock.WithConcurrencySupport-Private-SharedMocks Download (Unzip the "nupkg" after downloading)
Dependencies
- Kayak(>= 0.7.2)
Tags
With the current changes now this will support:
1.Concurrency.
2.Session.
3.Private/Shared Mocks (in the context of initializing a single HttpMock server with parallel running scenarios )
4.WithNewContext support to individual scenarios.
(Which will not break already running scenarios in parallel).