Target Typed New Expressions in C# 9 - Are They The Future?
Initial thoughts about target typed new expressions in C#9. Are they good? Are they bad? Does “it depend” on the scenario? Let’s take a look.
Initial thoughts about target typed new expressions in C#9. Are they good? Are they bad? Does “it depend” on the scenario? Let’s take a look.
Thoughts and review of the first month of being a standing desk user
Looking at using HttpClient Interception library to setup and create a HttpClient instance to allow for testing strongly typed client classes.
New overrides coming for commonly used linq extension methods, will you be using them?
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.
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.
Beginner friendly usage of a HttpClient in a console application to make a simple request but using dependency injection to create HttpClient instances.
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.