aspnetcore/test/Kestrel.Transport.Libuv.Tests
David Fowler b23d9b7679
Decouple connection objects from the server (#2535)
- Making progress towards being able to use the connection objects on the client side.
2018-05-01 12:01:24 -07:00
..
TestHelpers Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
Kestrel.Transport.Libuv.Tests.csproj Update samples and tests to target netcoreapp2.1 2017-11-16 14:43:15 -08:00
LibuvConnectionTests.cs Decouple connection objects from the server (#2535) 2018-05-01 12:01:24 -07:00
LibuvOutputConsumerTests.cs Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
LibuvThreadTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
LibuvTransportFactoryTests.cs Make LibuvTransport(Factory) pubternal (#2426) 2018-03-26 11:39:51 -07:00
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs React to pool cleanup (#2526) 2018-04-30 08:37:15 -07:00
ListenerPrimaryTests.cs Use TaskCreationOptions.RunContinuationsAsynchronously a lot 2018-04-30 12:56:55 -07:00
MultipleLoopTests.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
NetworkingTests.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
UvStreamHandleTests.cs
UvTimerHandleTests.cs