aspnetcore/test/Kestrel.Transport.Libuv.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 Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
Kestrel.Transport.Libuv.Tests.csproj
LibuvConnectionTests.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
LibuvOutputConsumerTests.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs
ListenerPrimaryTests.cs
MultipleLoopTests.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
NetworkingTests.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
UvStreamHandleTests.cs
UvTimerHandleTests.cs
xunit.runner.json