aspnetcore/test/Microsoft.AspNetCore.Server...
Justin Van Patten 8f7c0ff041 Minor Stream improvements
- Unsupported members should throw NotSupportedException instead of
NotImplementedException per MSDN docs for CanRead/CanSeek/CanWrite.
- Position should throw NotSupportedException when CanSeek is false.
- FrameRequestStream.Flush/FlushAsync should not throw
NotImplementedException.
- Use expression-bodied members for CanRead/CanSeek/CanWrite on
FrameRequestStream to match FrameResponseStream.
- Provide no-op override of LibuvStream.FlushAsync to match Flush.
2016-04-25 22:19:30 -07:00
..
TestHelpers Fix connection termination issues when using connection filters (#737, #747). 2016-04-19 22:04:33 -07:00
TestResources
AsciiDecoder.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
ChunkWriterTests.cs
ChunkedRequestTests.cs Allow the server to forcefully close socket it tests with connection failures 2016-03-17 07:44:28 -07:00
ChunkedResponseTests.cs Fix connection termination issues when using connection filters (#737, #747). 2016-04-19 22:04:33 -07:00
ConnectionFilterTests.cs
ConnectionTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DummyApplication.cs React to HttpAbstractions namespace changes 2016-03-30 16:04:43 -07:00
EngineTests.cs Fix connection termination issues when using connection filters (#737, #747). 2016-04-19 22:04:33 -07:00
FrameFacts.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs Minor Stream improvements 2016-04-25 22:19:30 -07:00
FrameResponseHeadersTests.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
FrameResponseStreamTests.cs Minor Stream improvements 2016-04-25 22:19:30 -07:00
FrameTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
HttpsConnectionFilterTests.cs Proper skip reasons for HttpsConnectionFilter tests (#677). 2016-03-22 18:00:15 -07:00
KestrelServerOptionsTests.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
KestrelServerTests.cs Hosting#698 Remove IServerFactory 2016-04-15 16:05:01 -07:00
LifetimeNotImplemented.cs
LoggingThreadPoolTests.cs Remove IKestrelTrace.ApplicationError overload without connection id 2016-03-30 11:13:13 -07:00
MemoryPoolBlockTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
MemoryPoolExtensions.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
MemoryPoolIteratorTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
MessageBodyTests.cs
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
NetworkingTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
PathNormalizerTests.cs
ServerAddressFacts.cs
SocketInputTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
SocketOutputTests.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
StreamSocketOutputTests.cs Fix connection termination issues when using connection filters (#737, #747). 2016-04-19 22:04:33 -07:00
TestConnection.cs Allow the server to forcefully close socket it tests with connection failures 2016-03-17 07:44:28 -07:00
TestDateHeaderValueManager.cs
TestInput.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
TestServer.cs More robust port assignment for tests. 2016-04-20 17:25:50 -07:00
TestServiceContext.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
UrlPathDecoder.cs Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
WebHostBuilderKestrelExtensionsTests.cs Add KestrelServerOptionsSetup before KestrelServerOptions (#755) (#757) 2016-04-18 16:57:59 -07:00
project.json More robust port assignment for tests. 2016-04-20 17:25:50 -07:00