mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
10 lines
190 B
C#
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 = 37;
|
|
} |