This commit is contained in:
Stef Heyenrath
2023-05-30 21:41:30 +02:00
parent 35ffbbc7d9
commit ad3ef83c5e
4 changed files with 27 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ using WireMock.Net.OpenApiParser.Types;
namespace WireMock.Net.OpenApiParser.Utils;
internal class ExampleValueGenerator
internal class ExampleValueGenerator : IExampleValueGenerator
{
private readonly IWireMockOpenApiParserExampleValues _exampleValues;