static func running(port: Int) -> Application.Method
s5Vapor11ApplicationC0A9TestUtilsE6MethodO7running4portAFSi_tFZ
78GPC
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
enum Method
final class Application
Core type representing a Vapor application.
@frozen struct Int
A signed integer value type.
static var running: Method { get }