Defining HttpClient Test Requests by Using a Bundle

Taking a look at how we can easily define multiple request templates when testing with the HttpClient Interception library from Just Eat Tech.

May 18, 2021 · 5 min

Catching all the Requests while Testing with HttpClient

Making sure tests fail if not all request matches are defined using the HttpClient Interception library from Just Eat Tech.

May 11, 2021 · 6 min

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.

May 4, 2021 · 5 min

Lightning Talk on HttpClient Interception by Just Eat at .NET Oxford Apr 2021

Second Lightning talk presented to .NET Oxford on evening of the 21st April 2021. The talk was a very high level overview of the Just East HttpClient Interception library.

April 27, 2021 · 3 min

Easily Create and Manipulate Mock Anonymous Data for Unit Tests

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.

April 20, 2021 · 8 min