1
0
mirror of https://github.com/apple/swift-nio-extras.git synced 2025-05-20 20:32:23 +08:00

Soundness

This commit is contained in:
David Evans 2021-06-16 17:20:42 +01:00
parent 8b1a988248
commit b848f2e380

@ -27,6 +27,8 @@ extension SocksClientHandlerTests {
static var allTests : [(String, (SocksClientHandlerTests) -> () throws -> Void)] {
return [
("testTypicalWorkflow", testTypicalWorkflow),
("testThatBufferingWorks", testThatBufferingWorks),
("testBufferingWithMark", testBufferingWithMark),
("testTypicalWorkflowDripfeed", testTypicalWorkflowDripfeed),
("testInvalidAuthenticationMethod", testInvalidAuthenticationMethod),
("testProxyConnectionFailed", testProxyConnectionFailed),