Beginning to Make Testing with HttpClient Easier
Introduction to the basics of setting up the HttpClient Interception library from Just Eat Tech to allow for testing items which rely on HttpClient.
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.
Thoughts and musings about Test Driven Development, refactoring and how design principles can help with testing
Taking up the challenge from a tweet I explain my thought process on improving some code which will hopefully help someone.