aspnetcore/test/Kestrel.Transport.Libuv.Tests
Stephen Halter 0e99235d59
Add in-memory functional test project (#2780)
- Run AddressRegistrationTests independently to avoid port conflicts
- Only run tests that verify transport behavior for each transport
2018-08-07 15:34:11 -07:00
..
TestHelpers Wait off the ConnectionClosed token to stop tracking ConnectionCallback (#2574) 2018-05-15 12:38:35 -07:00
Kestrel.Transport.Libuv.Tests.csproj Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
LibuvConnectionTests.cs Consistently handle connection resets (#2547) 2018-05-22 16:38:21 -07:00
LibuvOutputConsumerTests.cs Handle client and server aborts differently from eachhother (#2612) 2018-06-01 14:42:30 -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 Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -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