From 895531bb454f2bed8c134d5ee241b4ad45ce2fa3 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 2 May 2025 07:42:26 +0200 Subject: [PATCH] Updated FluentAssertions (markdown) --- FluentAssertions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FluentAssertions.md b/FluentAssertions.md index eea7f4c..fb9c05d 100644 --- a/FluentAssertions.md +++ b/FluentAssertions.md @@ -1,5 +1,5 @@ -## FluentAssertions -With the NuGet Package [WireMock.Net.FluentAssertions](https://www.nuget.org/packages/WireMock.Net.FluentAssertions), it's possible to verify if certain calls are made. +## FluentAssertions / AwesomeAssertions +With the NuGet Package [WireMock.Net.FluentAssertions](https://www.nuget.org/packages/WireMock.Net.FluentAssertions) / [WireMock.Net.AwesomeAssertions](https://www.nuget.org/packages/WireMock.Net.AwesomeAssertions), it's possible to verify if certain calls are made. ### Example The example below checks if a specific call to an url is actually made by the HttpClient.