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. |
||
|---|---|---|
| .. | ||
| NIOTSBootstrapTests.swift | ||
| NIOTSConnectionChannelTests.swift | ||
| NIOTSEndToEndTests.swift | ||
| NIOTSEventLoopTests.swift | ||
| NIOTSListenerChannelTests.swift | ||
| NIOTSSocketOptionTests.swift | ||
| NIOTSSocketOptionsOnChannelTests.swift | ||