Add AtPath and AtAbsolutePath to Assertions projects (#1349)

* Add AtPath and AtAbsolutePath to Assertions projects

* tst
This commit is contained in:
Stef Heyenrath
2025-08-22 19:40:59 +02:00
committed by GitHub
parent ddb181cc52
commit 08117e870b
13 changed files with 278 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ using AwesomeAssertions.Primitives;
using WireMock.Server;
// ReSharper disable once CheckNamespace
namespace WireMock.FluentAssertions;
namespace WireMock.AwesomeAssertions;
/// <summary>
/// Contains a number of methods to assert that the <see cref="IWireMockServer"/> is in the expected state.