Skip to content

STRUCT

TestPlan

Contents

swift
public struct TestPlan: Hashable, Codable

Properties

name

swift
public let name: String

path

swift
public let path: FilePath

testTargets

swift
public var testTargets: [TestableTarget]

isDefault

swift
public var isDefault: Bool

Methods

init(path:testTargets:isDefault:)

swift
public init(path: FilePath, testTargets: [TestableTarget], isDefault: Bool)