aspnetcore/test/Microsoft.AspNetCore.Server...
Ben Adams d29e4d4cf0 Specialized struct generics rather than interface (#1640)
Changed the IHttpParser interface to be generic. This lets use a struct to 
get better code generation and also should allow us to inline calls back into
the handler from the parser.
2017-04-10 19:30:18 -07:00
..
TestHelpers Split transport-specific tests and general tests into distinct test projects (#1588). 2017-04-06 19:09:40 -07:00
AsciiDecoding.cs
ChunkWriterTests.cs
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs Specialized struct generics rather than interface (#1640) 2017-04-10 19:30:18 -07:00
FrameResponseStreamTests.cs
FrameTests.cs
HttpParserTests.cs Specialized struct generics rather than interface (#1640) 2017-04-10 19:30:18 -07:00
HttpUtilitiesTest.cs
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs
LoggingThreadPoolTests.cs
MessageBodyTests.cs Add new MessageBody tests and refactor some existing ones. 2017-04-07 20:26:34 -07:00
Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj
OutputProducerTests.cs Specialized struct generics rather than interface (#1640) 2017-04-10 19:30:18 -07:00
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs Use writable buffer writer (#1564) 2017-04-07 14:40:10 -07:00
ServerAddressTests.cs
StreamSocketOutputTests.cs
TestInput.cs Add new MessageBody tests and refactor some existing ones. 2017-04-07 20:26:34 -07:00
xunit.runner.json