Soundness

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

View File

@ -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),