MockHttpServer icon indicating copy to clipboard operation
MockHttpServer copied to clipboard

A library to help with unit/acceptance tests of code that relies on an external HTTP service, by allowing you to easily mock one.

Results 5 MockHttpServer issues
Sort by recently updated
recently updated
newest added

Just curious if this library still being maintained?

http://localhost:{testPort}?COL0%3d1

Just fix symbol, nothing more

Every so often our tests fail due to trying to start a listener for a port that is in use. It's that time between the first listener stopping and the...

The current version on NuGet, 1.4.0, only supports .NET 4.5. This causes warnings when building our test suite. The project in this repository already supports .NET Standard 2.0. That means...