mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-18 06:29:38 +02:00
* feat(awesome-assertions): Added new project WireMock.Net.AwesomeAssertions * feat(awesome-assertions): Applied dotnet naming convention for private readonly fields --------- Co-authored-by: Francesco Venturoli <f.venturoli@crif.com>
5 lines
127 B
C#
5 lines
127 B
C#
// Copyright © WireMock.Net
|
|
|
|
global using System.Linq;
|
|
global using FluentAssertions;
|
|
global using FluentAssertions.Execution; |