3 references to CreateContext
Microsoft.AspNetCore.HeaderParsing.Tests (3)
HeaderParsingExtensionsTests.cs (3)
87
var context =
CreateContext
(new ServiceCollection().AddSingleton(headerRegistry.Object));
94
var context =
CreateContext
(new ServiceCollection().AddHeaderParsing());
108
var context =
CreateContext
(new ServiceCollection().AddHeaderParsing());