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 Merge branch 'benaadams/more-block-collect-info' into dev 2016-07-28 16:51:35 -07:00
BadHttpRequestTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
ChunkWriterTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
ChunkedRequestTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
ChunkedResponseTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
ConnectionFilterTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
ConnectionTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
CreateIPEndpointTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
DateHeaderValueManagerTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
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 fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameRequestStreamTests.cs Always throw same exception type on read after connection error (#975). 2016-07-21 16:33:56 -07:00
FrameResponseHeadersTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameResponseStreamTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
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 Update warning code for obsolete property in #pragma. 2016-08-04 14:05:23 -07:00
KestrelServerTests.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
LoggingThreadPoolTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
MemoryPoolBlockTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
MemoryPoolExtensions.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
MemoryPoolIteratorTests.cs Limit request line length (#784). 2016-08-03 15:39:16 -07:00
MessageBodyTests.cs Use HttpVersionType enum rather than string compare 2016-07-22 21:34:49 +01:00
Microsoft.AspNetCore.Server.KestrelTests.xproj One build to rule them all 2016-07-07 12:07:14 -07:00
MultipleLoopTests.cs Move TestConnection to the Microsoft.AspNetCore.Testing namespace. 2016-08-02 12:47:06 -07:00
NetworkingTests.cs Move TestConnection to the Microsoft.AspNetCore.Testing namespace. 2016-08-02 12:47:06 -07:00
PathNormalizerTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
RequestTargetProcessingTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
ServerAddressTests.cs Add negative path tests. 2016-06-01 21:28:37 -07:00
SocketInputTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
SocketOutputTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
StreamSocketOutputTests.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
TestInput.cs Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#1089) 2016-09-09 15:57:33 -07:00
UrlPathDecoder.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
UvStreamHandleTests.cs Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
UvTimerHandleTests.cs Add keep-alive timeout (#464). 2016-09-06 12:48:47 -07:00
WebHostBuilderKestrelExtensionsTests.cs
project.json Updating to Moq \ Castle.Core that does not require imports 2016-08-08 14:35:04 -07:00