swift-nio-transport-services/Tests/NIOTransportServicesTests
Johannes Weiss 720645045c Bootstrap: test that returning futures from foreign ELs are okay (#55)
Motivation:

NIO on BSD Sockets had an issue where it wouldn't tolerate futures from
foreign EventLoops being returned from the channel initializers. NIOTS
should also have a test that tests this situation despite the fact that
it didn't have the same bug.

Modification:

- add a test case
- add more assertions

Result:

Better tests.
2019-08-16 17:16:14 +01:00
..
NIOTSBootstrapTests.swift Bootstrap: test that returning futures from foreign ELs are okay (#55) 2019-08-16 17:16:14 +01:00
NIOTSConnectionChannelTests.swift Correctly autoRead through the pipeline (#52) 2019-07-23 14:37:49 +01:00
NIOTSEndToEndTests.swift Correctly autoRead through the pipeline (#52) 2019-07-23 14:37:49 +01:00
NIOTSEventLoopTests.swift Pass Channels down pipeline not NWConnection (#45) 2019-05-22 16:40:48 +01:00
NIOTSListenerChannelTests.swift Add a bind timeout. (#54) 2019-08-06 11:28:44 +01:00
NIOTSSocketOptionTests.swift Pass Channels down pipeline not NWConnection (#45) 2019-05-22 16:40:48 +01:00
NIOTSSocketOptionsOnChannelTests.swift Enable TCP_NODELAY by default. (#46) 2019-06-18 14:27:20 +01:00