Application

public protocol Application

Types implementing this protocol can be configured with launch options and variables by the TestLauncher.

  • Array where generated arguments will be appended.

    Declaration

    Swift

    var launchArguments: [String] { get set }
  • Dictionary where launch environment variables will be appended.

    Declaration

    Swift

    var launchEnvironment: [String : String] { get set }