aspnetcore/test/Microsoft.AspNetCore.Server...
Stephen Halter 39bd49ea1a Avoid blocking the MockLibuv loop with test code
- This allows for a graceful shutdown with dotnet test -Parallel None
- By default, the xunit synccontext will dispatch automatically off
  the KestrelThread, but it's best not to rely on this behavior.
2016-09-12 11:06:29 -07:00
..
TestHelpers Avoid blocking the MockLibuv loop with test code 2016-09-12 11:06:29 -07:00
TestResources
AsciiDecoding.cs
BadHttpRequestTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
ChunkWriterTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionFilterTests.cs
ConnectionTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DefaultHeaderTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
EngineTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs
FrameResponseStreamTests.cs
FrameTests.cs Always call ConsumingComplete() with furthest examined position (#1095). 2016-09-10 20:05:14 -07:00
HttpsConnectionFilterTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
KestrelServerLimitsTests.cs Add keep-alive timeout (#464). 2016-09-06 12:48:47 -07:00
KestrelServerOptionsTests.cs
KestrelServerTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
LoggingThreadPoolTests.cs
MemoryPoolBlockTests.cs
MemoryPoolExtensions.cs
MemoryPoolIteratorTests.cs
MessageBodyTests.cs
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs
NetworkingTests.cs
PathNormalizerTests.cs
RequestTargetProcessingTests.cs
ServerAddressTests.cs
SocketInputTests.cs
SocketOutputTests.cs
StreamSocketOutputTests.cs
TestInput.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
UrlPathDecoder.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs Add keep-alive timeout (#464). 2016-09-06 12:48:47 -07:00
WebHostBuilderKestrelExtensionsTests.cs
project.json