swift-nio/Tests/NIOWebSocketTests
carolinacass af41276062
Use #fileID/#filePath instead of #file (#2306)
Motivation:

#fileID introduced in Swift 5.3, so no longer need to use #file anywhere

Modifications:

Changed #file to #filePath or #fileID depending on the situation
2022-11-03 16:43:13 +00:00
..
Base64Test+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
Base64Test.swift Add initial websocket codec. (#109) 2018-03-13 17:24:54 +01:00
NIOWebSocketClientUpgraderTests+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
NIOWebSocketClientUpgraderTests.swift Random WebSocket Request Key (#1855) 2021-05-24 16:02:16 +01:00
NIOWebSocketFrameAggregatorTests+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
NIOWebSocketFrameAggregatorTests.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
WebSocketClientEndToEndTests+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
WebSocketClientEndToEndTests.swift Use #fileID/#filePath instead of #file (#2306) 2022-11-03 16:43:13 +00:00
WebSocketFrameDecoderTest+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
WebSocketFrameDecoderTest.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
WebSocketFrameEncoderTest+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
WebSocketFrameEncoderTest.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
WebSocketMaskingKeyTests+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
WebSocketMaskingKeyTests.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
WebSocketServerEndToEndTests+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
WebSocketServerEndToEndTests.swift Adopt `Sendable` for closures in `HTTPPipelineSetup.swift` (#2214) 2022-07-05 10:01:04 +01:00