Quick Tip - Compiler Directives and Using Aliases to Ignore Tests

Ever needed to run a test when in debug mode but not in release? Let’s show a quick tip on how to achieve this with minimal noise in your code.

June 1, 2021 · 5 min

Simple Example of Calling REST API with HttpClient in .NET 5.0

Beginner friendly usage of a HttpClient in a console application to make a simple request but using dependency injection to create HttpClient instances.

May 25, 2021 · 8 min

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