Dennis Doomen @dennisdoomen.com · Dec 8

The last couple of weeks, I've been working on a new open-source project called #Mockly, a mocking library for the .NET HttpClient. It provides a fluent API for configuring HTTP request mocks, capturing request details, and asserting on HTTP (cont'd)

1 likes 1 replies

?

Replies

Dennis Doomen · Dec 8

interactions in your tests. It tries to address all the issues I had with the existing options and comes with the following benefits: ✅Chain method calls to build complex mocking scenarios with ease ✅Match URLs using wildcards (*) in paths and (cont'd)