TimeProvider and Autofixture AutoMoq Issue
Tried to use the new TimeProvider in .NET with AutoFixture AutoMoq and had issues?
Tried to use the new TimeProvider in .NET with AutoFixture AutoMoq and had issues?
Ever tried to use Primary Constructors with LoggerMessage source code generator based logging calls? It doesn’t work how you think!
Looking at using HttpClient Interception library to setup and create a HttpClient instance to allow for testing strongly typed client classes.
Setting up matches with HttpClient Interception library is one thing, but configuring the data it can return is another. In this post we take a look at the functionality around setting up the content payload to return.
Continuing the series of HttpClient Interception library by Just Eat by looking at how to use templating to reuse the same bundle definitions across multiple tests.
Taking a look at how we can easily define multiple request templates when testing with the HttpClient Interception library from Just Eat Tech.
Making sure tests fail if not all request matches are defined using the HttpClient Interception library from Just Eat Tech.
Introduction to the basics of setting up the HttpClient Interception library from Just Eat Tech to allow for testing items which rely on HttpClient.
Looking to easily create mock data for unit testing, harnessing the power of AutoFixture, C#9 Records and the Builder Pattern to aid with consistency and maintainability.
Using the Arrange, Act, Assert setup in unit tests, why do I still add the comments? Read on to find out.