Protocol
TestingApplicationTester
protocol TestingApplicationTester : Sendable
Topics
Instance Methods
func performTest(request: TestingHTTPRequest) async throws -> TestingHTTPResponsefunc sendRequest(HTTPMethod, String, headers: HTTPHeaders, body: ByteBuffer?, fileID: String, filePath: String, line: Int, column: Int, beforeRequest: (inout TestingHTTPRequest) async throws -> ()) async throws -> TestingHTTPResponsefunc test(HTTPMethod, String, headers: HTTPHeaders, body: ByteBuffer?, fileID: String, filePath: String, line: Int, column: Int, afterResponse: (TestingHTTPResponse) async throws -> ()) async throws -> any TestingApplicationTesterfunc test(HTTPMethod, String, headers: HTTPHeaders, body: ByteBuffer?, fileID: String, filePath: String, line: Int, column: Int, beforeRequest: (inout TestingHTTPRequest) async throws -> (), afterResponse: (TestingHTTPResponse) async throws -> ()) async throws -> any TestingApplicationTester
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype