21 references to CreateTestDataEntry
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (21)
KnownStringsTests.cs (21)
48CreateTestDataEntry(_methodGet, (int)HttpMethod.Get, 3, true),
49CreateTestDataEntry(_methodPut, (int)HttpMethod.Put, 3, true),
50CreateTestDataEntry(_methodPost, (int)HttpMethod.Post, 4, true),
51CreateTestDataEntry(_methodHead, (int)HttpMethod.Head, 4, true),
52CreateTestDataEntry(_methodTrace, (int)HttpMethod.Trace, 5, true),
53CreateTestDataEntry(_methodPatch, (int)HttpMethod.Patch, 5, true),
54CreateTestDataEntry(_methodDelete, (int)HttpMethod.Delete, 6, true),
55CreateTestDataEntry(_methodConnect, (int)HttpMethod.Connect, 7, true),
56CreateTestDataEntry(_methodOptions, (int)HttpMethod.Options, 7, true),
57CreateTestDataEntry(_invalidMethod1, (int)HttpMethod.Custom, 0, false),
58CreateTestDataEntry(_invalidMethod2, (int)HttpMethod.Custom, 0, false),
59CreateTestDataEntry(_invalidMethod3, (int)HttpMethod.Custom, 0, false),
60CreateTestDataEntry(_invalidMethod4, (int)HttpMethod.Custom, 0, false),
61CreateTestDataEntry(_invalidMethod5, (int)HttpMethod.Custom, 0, false),
62CreateTestDataEntry(_invalidMethod6, (int)HttpMethod.Custom, 0, false),
63CreateTestDataEntry(_invalidMethod7, (int)HttpMethod.Custom, 0, false),
64CreateTestDataEntry(_invalidMethod8, (int)HttpMethod.Custom, 0, false),
65CreateTestDataEntry(_invalidMethod9, (int)HttpMethod.Custom, 0, false),
66CreateTestDataEntry(_invalidMethod10, (int)HttpMethod.Custom, 0, false),
67CreateTestDataEntry(_invalidMethod11, (int)HttpMethod.Custom, 0, false),
68CreateTestDataEntry(_invalidMethod12, (int)HttpMethod.Custom, 0, false),