A library for creating Http servers on the fly in tests and stubbing responses.
The verification calls have now moved to HttpMock.Verify.NUnit.
Use HttpMock.Logging.Log4Net for logging to the console.
An extension for HttpMock(hibri) with concurrency support
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 )...
More information