Files
WireMock.Net/test/WireMock.Net.Tests/Constants.cs
Stef Heyenrath e8de5aa73c Add ProtoDefinition to WireMockContainer (#1250)
* AddProtoDefinitionAsync

* ...

* Body

* "

* .

* .

* .

* [Fact(Skip = "new docker is needed")]

* x
2025-02-12 06:08:55 +01:00

10 lines
190 B
C#

// Copyright © WireMock.Net
namespace WireMock.Net.Tests;
internal static class Constants
{
internal const int NumStaticMappings = 10;
internal const int NumAdminMappings = 36;
}