aspnetcore/test/Kestrel.Core.Tests
David Fowler 2d8f3d95fe
Feature/clean up proto abstractions (#2383)
- This change aims to clean up the feature interfaces
 used by kestrel and exposed by protocol absractions. It splits out the
 IConnectionTransportFeature into smaller features that may or may
 not be implemented on the connection.
- Added all of the features from Socket.Abstractions
in an attempt to make it go away completely. As a result
the helper methods and extensions have all been added here.
- Change IConnectionHandler to take TransportConnection. This cleans up the interface and makes it more explicit what features are required by Kestrel
2018-03-13 10:27:04 -07:00
..
TestHelpers
AddressBinderTests.cs
AsciiDecoding.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
ChunkWriterTests.cs
ConnectionHandlerTests.cs Feature/clean up proto abstractions (#2383) 2018-03-13 10:27:04 -07:00
DateHeaderValueManagerTests.cs
DynamicTableTests.cs
HPackDecoderTests.cs
HPackEncoderTests.cs
HeartbeatTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
Http1ConnectionTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
Http2ConnectionTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpConnectionManagerTests.cs
HttpConnectionTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpHeadersTests.cs
HttpParserTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpProtocolFeatureCollectionTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs
HttpResponseHeadersTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj Fix MicrosoftExtensionsBuffersTestingSources package version variable 2018-03-08 15:24:20 -08:00
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs
KnownStringsTests.cs
ListenOptionsTests.cs
MessageBodyTests.cs
MinDataRateTests.cs
OutputProducerTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
PathNormalizerTests.cs
PipeOptionsTests.cs Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
PipelineExtensionTests.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
ReasonPhrasesTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
ThrowingWriteOnlyStreamTests.cs