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

@@ -5,7 +5,7 @@ using System;
using WireMock.Constants;
// ReSharper disable once CheckNamespace
namespace WireMock.FluentAssertions;
namespace WireMock.AwesomeAssertions;
public partial class WireMockAssertions
{