STRUCT
TestPlan
Contents
- Properties
namepathtestTargetsisDefault
- Methods
init(path:testTargets:isDefault:)
swift
public struct TestPlan: Hashable, CodableProperties
name
swift
public let name: Stringpath
swift
public let path: FilePathtestTargets
swift
public var testTargets: [TestableTarget]isDefault
swift
public var isDefault: BoolMethods
init(path:testTargets:isDefault:)
swift
public init(path: FilePath, testTargets: [TestableTarget], isDefault: Bool)