Structurevapor 4.114.1VaporTestUtils->Vapor
InMemory
TestingApplication.swift:112struct InMemory
struct InMemory
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
import VaporTestUtils
final class Application
Core type representing a Vapor application.
struct Live
enum Method
protocol Sendable
init(app: Application) throws
@discardableResult func performTest(request: TestingHTTPRequest) throws -> TestingHTTPResponse
@discardableResult func performTest(request: TestingHTTPRequest) async throws -> TestingHTTPResponse