Result
Represents the result of running a single test.
enum Result
Represents the result of running a single test.
enum Result
s13PackagePlugin0A7ManagerV10TestResultV0D6TargetV0D4CaseV0D0V0E0O
What are these?9VR6B
import PackagePlugin
struct Test
Represents the results of running a single test.
struct PackageManager
Provides specialized information and services from the Swift Package Manager or an IDE that supports Swift Packages. Different plugin hosts implement the functionality in whatever way is appropriate for them, but should preserve the same semantics described here.
struct TestResult
Represents the result of running unit tests.
struct TestTarget
Represents the results of running some or all of the tests in a single test target.
struct TestCase
Represents the results of running some or all of the tests in a single test case.
case succeeded
case skipped
case failed
var duration: Double
var name: String
var result: Result
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
init?(rawValue: String)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)