aspnetcore/test/Kestrel.Core.Tests
David Fowler 5c775073a4 Initial bedrock refactoring (#1995)
- Added Protocols.Abstractions
 - IConnectionHandler.OnConnection takes an IFeatureCollection instead of
 IConnectionInfo
 - Removed IConnectionContext and IConnectionInformation replaced with
 IConnectionTransportFeature
 - Updated FrameConnectionContext and FrameContext to have the relevant
 state instead of flowing the ConnectionInformation.
 - Updated tests
2017-08-16 00:02:48 -07:00
..
TestHelpers
AddressBinderTests.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
AsciiDecoding.cs
ChunkWriterTests.cs
DateHeaderValueManagerTests.cs
FrameConnectionManagerTests.cs
FrameConnectionTests.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
FrameHeadersTests.cs Upgrade to xunit 2.3.0-beta3 2017-08-11 17:22:40 -07:00
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
FrameResponseStreamTests.cs
FrameTests.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
HeartbeatTests.cs
HttpParserTests.cs Upgrade to xunit 2.3.0-beta3 2017-08-11 17:22:40 -07:00
HttpUtilitiesTest.cs
Kestrel.Core.Tests.csproj
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Upgrade to xunit 2.3.0-beta3 2017-08-11 17:22:40 -07:00
KnownStringsTests.cs
MessageBodyTests.cs
MinDataRateTests.cs
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
ThrowingWriteOnlyStreamTests.cs
xunit.runner.json