mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-16 01:42:29 +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)] {
|
static var allTests : [(String, (SocksClientHandlerTests) -> () throws -> Void)] {
|
||||||
return [
|
return [
|
||||||
("testTypicalWorkflow", testTypicalWorkflow),
|
("testTypicalWorkflow", testTypicalWorkflow),
|
||||||
|
("testThatBufferingWorks", testThatBufferingWorks),
|
||||||
|
("testBufferingWithMark", testBufferingWithMark),
|
||||||
("testTypicalWorkflowDripfeed", testTypicalWorkflowDripfeed),
|
("testTypicalWorkflowDripfeed", testTypicalWorkflowDripfeed),
|
||||||
("testInvalidAuthenticationMethod", testInvalidAuthenticationMethod),
|
("testInvalidAuthenticationMethod", testInvalidAuthenticationMethod),
|
||||||
("testProxyConnectionFailed", testProxyConnectionFailed),
|
("testProxyConnectionFailed", testProxyConnectionFailed),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user