RegexExampleValueGenerator

This commit is contained in:
Stef Heyenrath
2023-05-28 23:10:09 +02:00
parent c1e71707c5
commit 35ffbbc7d9
6 changed files with 133 additions and 58 deletions

View File

@@ -18,8 +18,8 @@ public static class Run
string url,
bool dynamicExamples = true,
IWireMockOpenApiParserExampleValues? examplesValuesGenerator = null,
ExampleValueType pathPatternToUse = ExampleValueType.Wildcard,
ExampleValueType headerPatternToUse = ExampleValueType.Wildcard
PatternType pathPatternToUse = PatternType.Wildcard,
PatternType headerPatternToUse = PatternType.Wildcard
)
{
var server = WireMockServer.Start(new WireMockServerSettings