mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 17:02:43 +08:00
Soundness
This commit is contained in:
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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user