mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-21 06:16:51 +02:00
f80925c1fb
* Add SetScenarioState * add tests * summary * . * 1.8.13-preview-01 * fix * fix name
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;
|
|
} |