filmov
tv
.NET Core Integration Testing Basics #3 - Remove 3rd party API dependencies from your Tests

Показать описание
Hi everyone, in this video we are going to explore how you can deal with 3rd party HTTP Api's inside your integration tests.
0:00 What we are dealing with
2:28 The external API we depend on
5:20 Set up & Configure a WireMock server
9:45 Reconfigure the WebApplicationFactory
11:20 Set up & Run the tests