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.