Enumerationvapor 4.114.1VaporTestUtils->Vapor
Method
TestingApplication.swift:5enum Method
enum Method
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.
case inMemory
case running(hostname: String, port: Int)
struct InMemory
struct Live
static var running: Method { get }
static func running(port: Int) -> Application.Method